Skip to content

Commit

Permalink
trying to also install scipy from sci-py-nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Oct 28, 2024
1 parent bbc10ef commit 476e0af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
env:
CIBW_BUILD: "cp313-* cp313t-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_BUILD_FRONTEND:
"pip; args: --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
#CIBW_BUILD_FRONTEND:
# "pip; args: --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
CIBW_FREE_THREADED_SUPPORT: true
CIBW_BEFORE_TEST: >-
pip install --pre
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
numpy
#CIBW_BEFORE_TEST: >-
# pip install --pre
# --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
# numpy scipy

- name: Build wheels for CPython 3.12
uses: pypa/[email protected]
Expand Down

0 comments on commit 476e0af

Please sign in to comment.