Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 22, 2025
1 parent 1447be2 commit 5bbe788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
pip install ".[all,dev]"
- name: Test with pytest
run: |
pytest -v
pytest -v --cov=./ --cov-report=xml

0 comments on commit 5bbe788

Please sign in to comment.