Skip to content

Commit

Permalink
fix: install only test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBook committed Aug 3, 2024
1 parent a53af47 commit 47a4ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install
run: poetry install --extras test
- name: Run tests
run: make test

0 comments on commit 47a4ee6

Please sign in to comment.