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 e54e520 commit 7caebafCopy full SHA for 7caebaf
.github/workflows/test-worker.yml
@@ -54,6 +54,7 @@ jobs:
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
+ python -m pip install .
58
59
- name: Test with pytest
60
run: |
0 commit comments