Skip to content

Commit

Permalink
Tweak invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Dec 31, 2024
1 parent 32e1148 commit 728be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
python-version: "3.10"
- name: Install requirements
run: |
pip install --use-deprecated=legacy-resolver . -e '.[dev]'
pip install --use-deprecated=legacy-resolver . '.[dev]'
- name: Run pytest
run: pytest

0 comments on commit 728be3e

Please sign in to comment.