We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aac36 commit c2f2214Copy full SHA for c2f2214
.github/workflows/test-worker.yml
@@ -51,14 +51,11 @@ jobs:
51
set -xe
52
python -m pip install poetry coverage pytest
53
python -m poetry install
54
- python -m poetry self add poetry-plugin-export
55
- python -m poetry export -f requirements.txt --output requirements.txt
56
- python -m pip install -r requirements.txt
57
58
- name: Test with pytest
59
run: |
60
61
- python -m pytest -sv
+ python -m poetry run pytest -sv
62
63
check:
64
if: always()
0 commit comments