Skip to content

Commit

Permalink
Also install test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Oct 4, 2024
1 parent f62d853 commit a572b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install .
- run: pip install .[testing]
- run: pytest

0 comments on commit a572b29

Please sign in to comment.