Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Oct 12, 2024
1 parent c892ff3 commit 4e7bf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install poetry
python -m poetry install
python -m poetry install --with dev
- name: Run tests
run: |
pytest
python -m poetry run pytest

0 comments on commit 4e7bf63

Please sign in to comment.