Skip to content

Commit

Permalink
ci: print python path
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent 041ec10 commit 7869760
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ jobs:
C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-fftw"
echo "c:\mingw64\bin;" >> $env:GITHUB_PATH
- name: Which python3
run: python3 -c "import sys; print(sys.executable)"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run pip wheel
shell: bash
run: pip wheel --no-deps '--config-settings=cmake.args=-G Unix Makefiles' -v .

- name: Install cibuildwheel
Expand Down

0 comments on commit 7869760

Please sign in to comment.