Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 15, 2024
1 parent c76278f commit 06ded02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: debug
run: |
dir /p C:\hostedtoolcache\windows\Python\3.7.9
dir /p C:\hostedtoolcache\windows\Python\3.7.9\x64
dir /p C:\hostedtoolcache\windows\Python\3.7.9\x64\libs
dir /p C:\hostedtoolcache\windows\Python\3.7.9\x64\Lib
shell: cmd

- name: Build wheels
run: |
python -m pip install -U pip numpy swig wheel setuptools
Expand Down

0 comments on commit 06ded02

Please sign in to comment.