We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e212c77 + 9400ef5 commit 816947bCopy full SHA for 816947b
.github/workflows/windows_ci.yml
@@ -66,7 +66,7 @@ jobs:
66
PY_COLORS: 1
67
run: |
68
cd jax
69
+ python -m pip install --pre --find-links ${{ github.workspace }}\jax\dist jaxlib
70
python -m pip install -e ${{ github.workspace }}\jax
- python -m pip install --no-index --find-links ${{ github.workspace }}\jax\dist jaxlib
71
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
72
pytest -n auto --tb=short tests examples
0 commit comments