Skip to content

Commit c2f2214

Browse files
ci(test): Run pytest through poetry
Might resolve the previous unresolved ci issue in #59
1 parent 42aac36 commit c2f2214

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-worker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,11 @@ jobs:
5151
set -xe
5252
python -m pip install poetry coverage pytest
5353
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
5754
5855
- name: Test with pytest
5956
run: |
6057
set -xe
61-
python -m pytest -sv
58+
python -m poetry run pytest -sv
6259
6360
check:
6461
if: always()

0 commit comments

Comments
 (0)