File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -505,15 +505,14 @@ jobs:
505505 DEBIAN_FRONTEND : noninteractive
506506
507507 - name : Install test requirements
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'
508+ run : pip3 install -r requirements-test.txt
509+ if : matrix.target.os == 'ubuntu'
510+
511+ - name : Install test requirements
512+ run : |
513+ python3 -m venv create tempenv
514+ tempenv/bin/python3 -m pip install -r requirements-test.txt
515+ if : matrix.target.os == 'debian'
517516
518517 - name : Install the crud module for testing purposes
519518 run : |
You can’t perform that action at this time.
0 commit comments