Skip to content

Commit 6f809a0

Browse files
committed
Attempt to solve problems with cygwin in the CI
1 parent a3cc40f commit 6f809a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ jobs:
196196
- name: Run tests
197197
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
198198
run: |
199-
git config --global --add safe.directory "$(cygpath -u "$GITHUB_WORKSPACE")" # workaround for #3408
200-
tox
199+
git config --global --add safe.directory "$(cygpath -u "${{ github.workspace }}")" # workaround for #3408
200+
python -m tox
201201
- name: Create coverage report
202202
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
203203
run: |

0 commit comments

Comments
 (0)