File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments