Skip to content

Commit

Permalink
Install test dependencies on publish, refs #96
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 7, 2023
1 parent 3f52376 commit c0ab66b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install -e '.[test]'
- name: Run tests
run: |
pytest
Expand Down

0 comments on commit c0ab66b

Please sign in to comment.