Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
5abce7fc
Unverified
Commit
5abce7fc
authored
Jan 13, 2021
by
Henry Schreiner
Committed by
GitHub
Jan 13, 2021
Browse files
ci: use fixed action (#2791)
parent
7b7ec664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
16 deletions
+6
-16
.github/workflows/ci.yml
.github/workflows/ci.yml
+6
-16
No files found.
.github/workflows/ci.yml
View file @
5abce7fc
...
@@ -71,9 +71,7 @@ jobs:
...
@@ -71,9 +71,7 @@ jobs:
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.6
with
:
cmake-version
:
3.19.2
-
name
:
Cache wheels
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
...
@@ -363,10 +361,8 @@ jobs:
...
@@ -363,10 +361,8 @@ jobs:
-
name
:
Update pip
-
name
:
Update pip
run
:
python3 -m pip install --upgrade pip
run
:
python3 -m pip install --upgrade pip
-
name
:
Setup CMake
3.18
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.6
with
:
cmake-version
:
3.18
-
name
:
Configure
-
name
:
Configure
shell
:
bash
shell
:
bash
...
@@ -551,9 +547,7 @@ jobs:
...
@@ -551,9 +547,7 @@ jobs:
architecture
:
x86
architecture
:
x86
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.6
with
:
cmake-version
:
3.19.2
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -599,9 +593,7 @@ jobs:
...
@@ -599,9 +593,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.6
with
:
cmake-version
:
3.19.2
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -655,9 +647,7 @@ jobs:
...
@@ -655,9 +647,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.6
with
:
cmake-version
:
3.19.2
-
name
:
Prepare env
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment