mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Windows CI: fix bazel repository override command.
This commit is contained in:
parent
0e8ddebfa0
commit
00a086a07d
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
git clone https://github.com/openxla/xla.git
|
||||
python -m pip install -r build/test-requirements.txt
|
||||
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
|
||||
python.exe build\build.py --override_repository=xla=${{ github.workspace }}\xla
|
||||
python.exe build\build.py --bazel_options=--override_repository=xla=${{ github.workspace }}\xla
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user