Skip to content

Commit d3fcf8c

Browse files
fix
1 parent 7b755e7 commit d3fcf8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/packing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ jobs:
510510

511511
- name: Install test requirements
512512
run: |
513+
apt install -y python3.11-venv
513514
python3 -m venv .venv
514515
source .venv/bin/activate
515516
pip3 install -r requirements-test.txt
@@ -521,10 +522,16 @@ jobs:
521522
apt install -y tt
522523
tt rocks install crud 1.4.2
523524
525+
- name: Run tests
526+
run: |
527+
make test-pure-install
528+
if: matrix.target.os == 'ubuntu'
529+
524530
- name: Run tests
525531
run: |
526532
source .venv/bin/activate
527533
make test-pure-install
534+
if: matrix.target.os == 'debian'
528535

529536
publish_deb:
530537
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)