Skip to content

Commit 93ea5ff

Browse files
separate install steps for 22 and 24
1 parent b8d6609 commit 93ea5ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/packing.yml

+7
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,13 @@ jobs:
519519
- name: Install test requirements
520520
run: |
521521
pip3 install -r requirements-test.txt
522+
if: matrix.target.dist != 'bookworm' && matrix.target.dist != 'noble'
523+
524+
- name: Install test requirements
525+
run: |
526+
. .venv/bin/activate
527+
pip3 install -r requirements-test.txt
528+
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
522529

523530
- name: Install the crud module for testing purposes
524531
run: |

0 commit comments

Comments
 (0)