We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cc40f commit 6f809a0Copy full SHA for 6f809a0
.github/workflows/main.yml
@@ -196,8 +196,8 @@ jobs:
196
- name: Run tests
197
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
198
run: |
199
- git config --global --add safe.directory "$(cygpath -u "$GITHUB_WORKSPACE")" # workaround for #3408
200
- tox
+ git config --global --add safe.directory "$(cygpath -u "${{ github.workspace }}")" # workaround for #3408
+ python -m tox
201
- name: Create coverage report
202
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
203
0 commit comments