Skip to content

Commit

Permalink
Rename --remote_http_cache to --remote_cache
Browse files Browse the repository at this point in the history
Disable read-only cache on PR
  • Loading branch information
Tombana committed Jun 14, 2024
1 parent bbff8ed commit c7c8c62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,10 @@ jobs:
./configure.py
echo -e 'build --distinct_host_configuration=false' >> .bazelrc.user
if [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]]; then
echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-ubuntu' >> .bazelrc.user
echo -e 'build --remote_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-ubuntu' >> .bazelrc.user
echo -e 'build --google_default_credentials' >> .bazelrc.user
fi
shell: bash
- name: Set bazel cache
run: echo -e 'build --remote_upload_local_results=false' >> .bazelrc.user
if: github.ref != 'refs/heads/main'
shell: bash
- name: Install pip dependencies
run: pip install tensorflow~=2.16.1 tf-keras==2.16.0 larq~=0.13 pytest tensorflow_datasets~=4.9 flatbuffers==24.3.25 tqdm --no-cache-dir
- name: Run Interpreter test
Expand Down

0 comments on commit c7c8c62

Please sign in to comment.