Skip to content

Commit

Permalink
Fix pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Nov 28, 2023
1 parent f23c7a2 commit e87f8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install coverage coveralls
- name: Install package
run: |
python -m pip install .[dev]
pip install ".[dev]"
- name: Test with pytest
run: |
coverage run -m pytest -sv --show-capture=no tests
Expand Down

0 comments on commit e87f8d6

Please sign in to comment.