Skip to content

Commit

Permalink
Update test.yaml (restored accidentally deleted line)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterel authored Oct 24, 2024
1 parent e937c54 commit dc15f4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install project dependencies
run: |
poetry install --with dev
- name: Test with pytest
run: |
poetry run pytest --cov
Expand Down

0 comments on commit dc15f4f

Please sign in to comment.