We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405aa41 commit e7e266eCopy full SHA for e7e266e
.github/workflows/packing.yml
@@ -93,6 +93,9 @@ 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
@@ -463,8 +466,6 @@ jobs:
463
466
464
467
matrix:
465
468
target:
- - os: debian
- dist: bullseye # 11
469
# - os: debian
470
# dist: bookworm # 12
471
- os: ubuntu
.github/workflows/testing.yml
@@ -119,7 +119,7 @@ jobs:
119
run: pip3 install -r requirements-test.txt
120
121
# Temporary solution, waiting for the `checks` module update.
122
- - name: Install old CMake for checks dependency
123
run: |
124
cmake --version
125
pip3 install cmake==3.10.3
0 commit comments