Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed May 2, 2024
1 parent fb88151 commit cdf607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install .

- name: Install dev dependencies
run: pip install -r requirements-dev.txt
run: pip install -r requirements_dev.txt

- name: Test with pytest
run: pytest tests

0 comments on commit cdf607f

Please sign in to comment.