Skip to content

Commit

Permalink
Try moving unset __PYVENV_LAUNCHER__ to before all
Browse files Browse the repository at this point in the history
  • Loading branch information
zmeri committed Aug 23, 2024
1 parent 398dfa1 commit db1a229
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD_LINUX: python -m pip install numpy scipy Cython
CIBW_BEFORE_BUILD_MACOS: unset __PYVENV_LAUNCHER__ && python -m pip install numpy scipy Cython
CIBW_BEFORE_ALL_MACOS: unset __PYVENV_LAUNCHER__
CIBW_BEFORE_BUILD_MACOS: python -m pip install numpy scipy Cython
CIBW_BEFORE_ALL_WINDOWS: unset __PYVENV_LAUNCHER__
CIBW_BEFORE_BUILD_WINDOWS: python -m pip install numpy scipy Cython
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 cp313-* cp37-win* cp37-macosx* cp38-win* cp38-macosx* cp39-win* cp39-macosx* cp310-win* cp310-macosx*"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 cp313-*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit db1a229

Please sign in to comment.