Skip to content

Commit 9b2efdb

Browse files
[PATCH] Possible fix for regressions (- WIP PR #82 -)
1 parent d376b9e commit 9b2efdb

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/Tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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 ;

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)'"

0 commit comments

Comments
 (0)