Skip to content

Commit

Permalink
Set PIP_EXTRA_INDEX_URL in GA environment to wheels.vtk.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jspanchu committed Oct 7, 2024
1 parent 68bb078 commit 836942e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ env:
pip install -r {package}/Testing/Python/requirements.txt &&
pytest {package}/Testing/Python
# Supply options to `pip` to affect how it downloads vtk nightly
# wheels from VTK gitlab package registry.
CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=https://wheels.vtk.org

# Use bash by default for the run command
defaults:
run:
Expand Down

0 comments on commit 836942e

Please sign in to comment.