We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112fd5e commit ed02885Copy full SHA for ed02885
1 file changed
.github/workflows/test_and_docs.yml
@@ -43,11 +43,12 @@ jobs:
43
44
- name: Setup Bazel
45
uses: bazel-contrib/setup-bazel@0.18.0
46
- with:
47
- bazelisk-cache: true
48
- disk-cache: ${{ github.workflow }}
49
- repository-cache: true
50
- cache-save: ${{ github.event_name == 'push' }}
+ # Currently disabled due to issue in testing not finding correct libraries
+ # with:
+ # bazelisk-cache: true
+ # disk-cache: ${{ github.workflow }}
+ # repository-cache: true
51
+ # cache-save: ${{ github.event_name == 'push' }}
52
53
- name: Set up Python 3
54
uses: actions/setup-python@v5
0 commit comments