Skip to content

Commit e7e266e

Browse files
remove latest debian from test, install old cmake for pip tests
1 parent 405aa41 commit e7e266e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/packing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
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

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)