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 9393 name : pip_dist
9494 path : pip_dist
9595
96+ - name : Install old CMake
97+ run : pip3 install cmake==3.10.3
98+
9699 - name : Install the package from pip artifacts
97100 run : pip3 install pip_dist/*.whl
98101
@@ -463,8 +466,6 @@ jobs:
463466
464467 matrix :
465468 target :
466- - os : debian
467- dist : bullseye # 11
468469 # - os: debian
469470 # dist: bookworm # 12
470471 - os : ubuntu
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 run : pip3 install -r requirements-test.txt
120120
121121 # Temporary solution, waiting for the `checks` module update.
122- - name : Install old CMake for checks dependency
122+ - name : Install old CMake
123123 run : |
124124 cmake --version
125125 pip3 install cmake==3.10.3
You can’t perform that action at this time.
0 commit comments