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 93ea5ff commit c673183Copy full SHA for c673183
.github/workflows/packing.yml
@@ -536,6 +536,13 @@ jobs:
536
- name: Run tests
537
run: |
538
make test-pure-install
539
+ if: matrix.target.dist != 'bookworm' && matrix.target.dist != 'noble'
540
+
541
+ - name: Run tests
542
+ run: |
543
+ . .venv/bin/activate
544
+ make test-pure-install
545
+ if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
546
547
publish_deb:
548
if: startsWith(github.ref, 'refs/tags')
0 commit comments