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 de98224 commit d71e4feCopy full SHA for d71e4fe
.github/workflows/Tests.yml
@@ -204,6 +204,10 @@ jobs:
204
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
205
if: ${{ !cancelled() && runner.os == 'Windows' }}
206
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
211
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
212
shell: bash
213
run: make -f Makefile test-reqs ;
0 commit comments