File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -515,16 +515,16 @@ jobs:
515
515
apt install -y python3-venv
516
516
python3 -m venv .venv
517
517
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'
522
522
523
523
- name : Install test requirements
524
524
run : |
525
525
. .venv/bin/activate
526
526
pip3 install -r requirements-test.txt
527
- if : matrix.target.dist != 'noble'
527
+ # if: matrix.target.dist != 'noble'
528
528
529
529
- name : Install the crud module for testing purposes
530
530
run : |
@@ -536,6 +536,8 @@ jobs:
536
536
537
537
- name : Run tests
538
538
run : |
539
+ . .venv/bin/activate
540
+ pip3 install pyyaml
539
541
make test-pure-install
540
542
541
543
publish_deb :
You can’t perform that action at this time.
0 commit comments