Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Aug 28, 2023
1 parent fb5e83d commit 463d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install wheel
- name: Install
run: |
python -m pip -v --global-option=--require-scandir-extension install .
python -m pip -v install --global-option=--require-scandir-extension .
- name: Run tests
run: |
python test/run_tests.py

0 comments on commit 463d7c1

Please sign in to comment.