File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 93
93
name : pip_dist
94
94
path : pip_dist
95
95
96
+ - name : Install old CMake
97
+ run : pip3 install cmake==3.10.3
98
+
96
99
- name : Install the package from pip artifacts
97
100
run : pip3 install pip_dist/*.whl
98
101
@@ -463,8 +466,6 @@ jobs:
463
466
464
467
matrix :
465
468
target :
466
- - os : debian
467
- dist : bullseye # 11
468
469
# - os: debian
469
470
# dist: bookworm # 12
470
471
- os : ubuntu
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
run : pip3 install -r requirements-test.txt
120
120
121
121
# Temporary solution, waiting for the `checks` module update.
122
- - name : Install old CMake for checks dependency
122
+ - name : Install old CMake
123
123
run : |
124
124
cmake --version
125
125
pip3 install cmake==3.10.3
You can’t perform that action at this time.
0 commit comments