File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -204,21 +204,6 @@ 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
211- - name : VERIFY that PATH resolution works somehow for braindead windows on ${{ matrix.os }}
212- if : ${{ !cancelled() && runner.os == 'Windows' }}
213- run : |
214- command -v touch ;
215- command -v python ;
216- command -v python3 ;
217- command -v make ;
218- where touch ;
219- where python ;
220- where python3 ;
221- where make ;
222207 - name : Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
223208 shell : bash
224209 run : make -f Makefile test-reqs ;
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ include $(FETCH_CC_INCLUDE_PATH)
195195 $(QUIET )$(ECHO ) " ECHO: '$( ECHO) '"
196196 $(QUIET )$(ECHO ) " PYTHON: '$( PYTHON) '"
197197 $(QUIET )$(ECHO ) " COVERAGE: '$( COVERAGE) '"
198+ $(QUIET )$(ECHO ) " BSMARK: '$( BSMARK) '"
198199 $(QUIET )$(ECHO ) " FETCH_CC_INCLUDE_PATH: '$( FETCH_CC_INCLUDE_PATH) '"
199200 $(QUIET )$(ECHO ) " FETCH_CC_TOOL: '$( FETCH_CC_TOOL) '"
200201 $(QUIET )$(ECHO ) " CC_TOOL: '$( CC_TOOL) '"
You can’t perform that action at this time.
0 commit comments