Skip to content

Commit fcc4a3c

Browse files
committed
debug
1 parent c76278f commit fcc4a3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

37+
- name: debug
38+
run: |
39+
dir /p C:\hostedtoolcache\windows\Python\3.7.9
40+
dir /p C:\hostedtoolcache\windows\Python\3.7.9\x64
41+
3742
- name: Build wheels
3843
run: |
3944
python -m pip install -U pip numpy swig wheel setuptools

0 commit comments

Comments
 (0)