File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -505,15 +505,15 @@ jobs:
505505 DEBIAN_FRONTEND : noninteractive
506506
507507 - name : Install test requirements
508- run : pip3 install -r requirements-test.txt
509- if : matrix.target.os == 'ubuntu'
510-
511- - name : Install test requirements
512- run : |
513- apt install -y pandoc
514- apt install -y pipx
515- pipx install requirements-test.txt
516- if : matrix.target.os == 'debian'
508+ run : pip install -r requirements-test.txt
509+ # if: matrix.target.os == 'ubuntu'
510+
511+ # - name: Install test requirements
512+ # run: |
513+ # apt install -y pandoc
514+ # apt install -y pipx
515+ # pipx install requirements-test.txt
516+ # if: matrix.target.os == 'debian'
517517
518518 - name : Install the crud module for testing purposes
519519 run : |
You can’t perform that action at this time.
0 commit comments