Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52a27a4

Browse files
authored
Use cluster local PyPI cache (#7939)
* check if local pypi cache can be used * fix trusted host env var * change host * Update .github/workflows/testing-and-deployment.yml * add back in all CI * Apply suggestions from code review
1 parent 62eb518 commit 52a27a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ passenv =
3535
MESA*
3636
VTK*
3737
DISPLAY*
38+
UV_INDEX
39+
PIP_INDEX_URL
40+
PIP_TRUSTED_HOST
3841

3942
setenv =
4043
TOX_ROOT = {tox_root}

0 commit comments

Comments
 (0)