Skip to content

Commit 38dca45

Browse files
committed
Remove unnecessary quotes
1 parent da175cc commit 38dca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
${{ env.ACTIVATE_SCRIPT }}
5656
# We run tests against "." and not the tests directory as we test the README
5757
# and documentation.
58-
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml"
58+
python -m pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml

0 commit comments

Comments
 (0)