We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d6609 commit 1e0ccd9Copy full SHA for 1e0ccd9
.github/workflows/packing.yml
@@ -519,6 +519,13 @@ jobs:
519
- name: Install test requirements
520
run: |
521
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'
529
530
- name: Install the crud module for testing purposes
531
0 commit comments