mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Fix Windows CI to install the jaxlib wheel it builds.
Currently we install jax first and then try to install jaxlib. But pip won't overwrite the jaxlib installed as a jax dependency, so our CI builds were always using the released jaxlib.
This commit is contained in:
parent
e2d3bd866a
commit
9400ef57a1
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
PY_COLORS: 1
|
||||
run: |
|
||||
cd jax
|
||||
python -m pip install --pre --find-links ${{ github.workspace }}\jax\dist jaxlib
|
||||
python -m pip install -e ${{ github.workspace }}\jax
|
||||
python -m pip install --no-index --find-links ${{ github.workspace }}\jax\dist jaxlib
|
||||
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
|
||||
pytest -n auto --tb=short tests examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user