diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index a90e22a..785cfde 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -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