Skip to content

Commit 7a162f2

Browse files
nitins17Google-ML-Automation
authored andcommitted
Fix incorrect line separator
On Windows, we are supposed to use "`" instead of "\" PiperOrigin-RevId: 730916160
1 parent c06c785 commit 7a162f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
PY_COLORS: 1
6868
run: |
6969
cd jax
70-
python -m uv pip install --pre --find-links ${{ github.workspace }}\jax\dist jaxlib \
70+
python -m uv pip install --pre --find-links ${{ github.workspace }}\jax\dist jaxlib `
7171
-e ${{ github.workspace }}\jax
7272
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
7373
pytest -n auto --tb=short tests examples

0 commit comments

Comments
 (0)