Skip to content

Commit

Permalink
Fix testing ci and update dev-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Nov 28, 2023
1 parent 207b52a commit f23c7a2
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 153 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
python -m pip install coverage coveralls
- name: Install package
run: |
python -m pip install --no-deps .
- name: Install dev requirements
run: |
python -m pip install -r dev-requirements.txt
python -m pip install .[dev]
- name: Test with pytest
run: |
coverage run -m pytest -sv --show-capture=no tests
Expand Down
Loading

0 comments on commit f23c7a2

Please sign in to comment.