We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a799b7c commit d39a69cCopy full SHA for d39a69c
.github/workflows/packing.yml
@@ -65,7 +65,7 @@ jobs:
65
if: (github.event_name == 'push') ||
66
(github.event_name == 'pull_request' &&
67
github.event.pull_request.head.repo.full_name != github.repository)
68
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
69
70
strategy:
71
fail-fast: false
@@ -93,12 +93,13 @@ jobs:
93
name: pip_dist
94
path: pip_dist
95
96
- - name: Install old CMake
97
- run: pip3 install cmake==3.10.3
98
-
99
- name: Install the package from pip artifacts
100
run: pip3 install pip_dist/*.whl
101
+ # waiting `checks` repo will updated to use newest CMake
+ - name: Install old CMake
+ run: pip3 install cmake==3.15.3
102
+
103
- name: Install test requirements
104
run: pip3 install -r requirements-test.txt
105
0 commit comments