Skip to content

Commit

Permalink
Removed dev deps from poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Mar 8, 2024
1 parent a540558 commit 877bc83
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 @@ -27,6 +27,6 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install with poetry
run: poetry install
run: poetry install --without=dev
- name: Poetry pytest
run: poetry run pytest

0 comments on commit 877bc83

Please sign in to comment.