Skip to content

Commit

Permalink
Use pip install htmd[dev] in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Aug 15, 2024
1 parent dc95095 commit 9a920f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install coverage pytest
python -m pip install .
python -m pip install .[dev]
- name: Tests
run: |
coverage run --branch -m pytest
Expand Down

0 comments on commit 9a920f6

Please sign in to comment.