Skip to content

Commit

Permalink
ci: pin CMake to 3.19.2, fixes issues with 3.19.3 on Linux (aarch64) …
Browse files Browse the repository at this point in the history
…and macOS (universal) (#2790)
  • Loading branch information
YannickJadoul committed Jan 13, 2021
1 parent 98f1bbb commit 7b7ec66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:

- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.5
with:
cmake-version: 3.19.2

- name: Cache wheels
if: runner.os == 'macOS'
Expand Down Expand Up @@ -550,6 +552,8 @@ jobs:

- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.5
with:
cmake-version: 3.19.2

- name: Prepare MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -596,6 +600,8 @@ jobs:

- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.5
with:
cmake-version: 3.19.2

- name: Prepare MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -650,6 +656,8 @@ jobs:

- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.5
with:
cmake-version: 3.19.2

- name: Prepare env
run: python -m pip install -r tests/requirements.txt --prefer-binary
Expand Down

0 comments on commit 7b7ec66

Please sign in to comment.