Skip to content

Commit 816947b

Browse files
Merge pull request jax-ml#24071 from hawkinsp:winci
PiperOrigin-RevId: 681451098
2 parents e212c77 + 9400ef5 commit 816947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
PY_COLORS: 1
6767
run: |
6868
cd jax
69+
python -m pip install --pre --find-links ${{ github.workspace }}\jax\dist jaxlib
6970
python -m pip install -e ${{ github.workspace }}\jax
70-
python -m pip install --no-index --find-links ${{ github.workspace }}\jax\dist jaxlib
7171
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
7272
pytest -n auto --tb=short tests examples

0 commit comments

Comments
 (0)