Skip to content

Commit

Permalink
Try this another way.
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 16, 2020
1 parent 63b9835 commit 7e1ba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pip install .[test,curio,trio] coveralls
- name: Test with pytest
run: |
python -c "import os, sysconfig; os.chdir(sysconfig.get_path('purelib')); print(os.getcwd())"
cd $(python -c "import sysconfig; print(sysconfig.get_path('purelib'))")
coverage run -m pytest
coverage debug data
- name: Upload Coverage
Expand Down

0 comments on commit 7e1ba71

Please sign in to comment.