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 6f809a0 commit 94a84c2Copy full SHA for 94a84c2
.github/workflows/main.yml
@@ -197,6 +197,7 @@ jobs:
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
+ echo "$(cygpath -u "${{ github.workspace }}")" # for debugging purposes
201
python -m tox
202
- name: Create coverage report
203
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
0 commit comments