diff --git a/.github/workflows/test_and_docs.yml b/.github/workflows/test_and_docs.yml index fde8aceb6ee..07fcc9abd0b 100644 --- a/.github/workflows/test_and_docs.yml +++ b/.github/workflows/test_and_docs.yml @@ -43,11 +43,12 @@ jobs: - name: Setup Bazel uses: bazel-contrib/setup-bazel@0.18.0 - with: - bazelisk-cache: true - disk-cache: ${{ github.workflow }} - repository-cache: true - 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 + # cache-save: ${{ github.event_name == 'push' }} - name: Set up Python 3 uses: actions/setup-python@v5