Skip to content

Commit

Permalink
installing scipy with 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 476e0af commit 94da27d
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 scipy
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 94da27d

Please sign in to comment.