Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Dec 2, 2024
1 parent 65b94cf commit 45a0bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- run: echo "common ${{ matrix.flags }}" >> .bazelrc

# Don't want to bother with hundreds of lines of Workspace setup for the rules_pycross compat test
- if: matrix.external_dependency_system == 'workspace' || matrix.os == 'macos'
# Also, ignore https://github.com/jvolkman/rules_pycross/issues/128
- if: matrix.external_dependency_system == 'workspace' || matrix.os == 'macos' || matrix.bazel-version == '8.0.0rc4'
run: echo "tests/rules_pycross" >> .bazelignore
- run: bazel test //...
examples:
Expand Down

0 comments on commit 45a0bc5

Please sign in to comment.