Set JAXLIB_RELEASE env var to True for windows release scripts

PiperOrigin-RevId: 566442791
This commit is contained in:
Yash Katariya 2023-09-18 16:17:07 -07:00 committed by jax authors
parent 05729513fb
commit 4fb0b4bace

View File

@ -48,6 +48,7 @@ jobs:
env:
JAX_ENABLE_CHECKS: true
JAX_SKIP_SLOW_TESTS: true
JAXLIB_RELEASE: true
PY_COLORS: 1
run: |
python -m pip install -e ${{ github.workspace }}