Skip to content

Commit

Permalink
missing s
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 28, 2024
1 parent 0528e1d commit bfeb7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -e .[test]
python -m pip install -e '.[tests]'
- name: Test
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing
Expand Down

0 comments on commit bfeb7b4

Please sign in to comment.