Skip to content

Commit

Permalink
ci: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent b2d057f commit 9e53d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install dependencies
run: |
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
echo "c:\msys64\mingw64\bin;" >> $env:GITHUB_PATH
- name: Which python3
run: python3 -c "import sys; print(sys.executable)"
Expand Down

0 comments on commit 9e53d25

Please sign in to comment.