Put JAXLIB_RELEASE env var in the correct step (build wheel) for windows release

PiperOrigin-RevId: 566461339
This commit is contained in:
Yash Katariya 2023-09-18 17:38:32 -07:00 committed by jax authors
parent 0f1813921e
commit cf3fc55da3

View File

@ -33,6 +33,7 @@ jobs:
- name: Build wheels
env:
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC"
JAXLIB_RELEASE: true
run: |
python -m pip install -r build/test-requirements.txt
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
@ -48,7 +49,6 @@ 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 }}