Skip to content

Commit

Permalink
ci(test): Run pytest through poetry
Browse files Browse the repository at this point in the history
Might resolve the previous unresolved ci issue in #59
  • Loading branch information
caffeine-addictt committed Apr 28, 2024
1 parent 42aac36 commit c2f2214
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@ jobs:
set -xe
python -m pip install poetry coverage pytest
python -m poetry install
python -m poetry self add poetry-plugin-export
python -m poetry export -f requirements.txt --output requirements.txt
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
set -xe
python -m pytest -sv
python -m poetry run pytest -sv
check:
if: always()
Expand Down

0 comments on commit c2f2214

Please sign in to comment.