Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Dec 2, 2024
1 parent c1abd72 commit 2ec3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install
run: poetry install --with dev
- name: Run pytest
run: poetry run pytest .

0 comments on commit 2ec3e8a

Please sign in to comment.