Skip to content

Commit d71e4fe

Browse files
[PATCH] part 3 of many - possible improvement for windows GHA runners (- WIP PR #82 -)
1 parent de98224 commit d71e4fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ jobs:
204204
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
205205
if: ${{ !cancelled() && runner.os == 'Windows' }}
206206
run: python -m pip install --upgrade pip
207+
- name: Add Git Unix tools to PATH for braindead windows ${{ matrix.os }}
208+
if: ${{ !cancelled() && runner.os == 'Windows' }}
209+
run: |
210+
echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH
207211
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
208212
shell: bash
209213
run: make -f Makefile test-reqs ;

0 commit comments

Comments
 (0)