We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8713ec commit b8f2855Copy full SHA for b8f2855
.github/workflows/ci.yml
@@ -83,6 +83,9 @@ jobs:
83
84
- name: Update CMake
85
uses: jwlawson/[email protected]
86
+ # TEMPORARILY pin version because 3.26.0-rc1 is failing under macOS:
87
+ with:
88
+ cmake-version: '3.25.2'
89
90
- name: Cache wheels
91
if: runner.os == 'macOS'
@@ -1071,6 +1074,9 @@ jobs:
1071
1074
1072
1075
1073
1076
1077
1078
1079
1080
1081
- name: Run pip installs
1082
run: |
0 commit comments