Skip to content

Commit

Permalink
fix shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 6, 2023
1 parent 71898b6 commit c09c853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
- run: pip install setuptools>=68.2.2
- run: pip install "setuptools>=68.2.2"
- run: DEBUG=1 VERBOSE=1 pip install --verbose -e .[tests]
- run: pytest -v -s -We -p no:unraisableexception tests

Expand Down

0 comments on commit c09c853

Please sign in to comment.