Skip to content

Commit

Permalink
Fix the multi-line command syntax to be Win-compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeName committed May 3, 2024
1 parent 2e43b6f commit 693095a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
python -m pip uninstall -y matplotlib
python -m pip install --pre --upgrade numpy==2.0.0rc1 scipy==1.13.0
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py \
('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') \
--bazel_options=--color=yes \
python.exe build\build.py `
('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') `
--bazel_options=--color=yes `
--bazel_command_options=--config=win_clang
- name: Run tests
Expand Down

0 comments on commit 693095a

Please sign in to comment.