Skip to content

Commit 304ef47

Browse files
install pyyaml for tests
1 parent 9ed6bea commit 304ef47

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/packing.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -515,16 +515,16 @@ jobs:
515515
apt install -y python3-venv
516516
python3 -m venv .venv
517517
518-
- name: Install test requirements
519-
run: |
520-
pip3 install -r requirements-test.txt
521-
if: matrix.target.dist == 'noble'
518+
# - name: Install test requirements
519+
# run: |
520+
# pip3 install -r requirements-test.txt
521+
# if: matrix.target.dist == 'noble'
522522

523523
- name: Install test requirements
524524
run: |
525525
. .venv/bin/activate
526526
pip3 install -r requirements-test.txt
527-
if: matrix.target.dist != 'noble'
527+
# if: matrix.target.dist != 'noble'
528528

529529
- name: Install the crud module for testing purposes
530530
run: |
@@ -536,6 +536,8 @@ jobs:
536536
537537
- name: Run tests
538538
run: |
539+
. .venv/bin/activate
540+
pip3 install pyyaml
539541
make test-pure-install
540542
541543
publish_deb:

0 commit comments

Comments
 (0)