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.
1 parent ed43119 commit c8032a9Copy full SHA for c8032a9
.github/workflows/wheel_win_x64.yml
@@ -38,7 +38,7 @@ jobs:
38
JAXLIB_RELEASE: true
39
run: |
40
python -m pip install uv~=0.5.30
41
- python -m uv pip install -r build/test-requirements.txt \
+ python -m uv pip install -r build/test-requirements.txt `
42
--upgrade numpy==2.0.0 scipy==1.13.1
43
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
44
python.exe build\build.py build --wheels=jaxlib `
@@ -58,7 +58,7 @@ jobs:
58
JAX_SKIP_SLOW_TESTS: true
59
PY_COLORS: 1
60
61
- python -m uv pip install --find-links ${{ github.workspace }}\dist jaxlib \
+ python -m uv pip install --find-links ${{ github.workspace }}\dist jaxlib `
62
-e ${{ github.workspace }}
63
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
64
pytest -n auto --tb=short tests examples
0 commit comments