Skip to content

Commit cf68fad

Browse files
committed
Disable CI cache
1 parent 53643bf commit cf68fad

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -549,25 +549,9 @@ jobs:
549549
- attach_workspace:
550550
at: third_party
551551
- designate_upload_channel
552-
- generate_cache_key
553-
- restore_cache:
554-
555-
keys:
556-
- env-v3-macos-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum "third_party/CMakeLists.txt" }}-{{ checksum ".cachekey" }}
557-
558552
- run:
559553
name: Setup
560554
command: .circleci/unittest/linux/scripts/setup_env.sh
561-
- save_cache:
562-
563-
key: env-v3-macos-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum "third_party/CMakeLists.txt" }}-{{ checksum ".cachekey" }}
564-
565-
paths:
566-
- conda
567-
- env
568-
- third_party/build
569-
- third_party/install
570-
- third_party/src
571555
- run:
572556
name: Install torchaudio
573557
command: .circleci/unittest/linux/scripts/install.sh

.circleci/config.yml.in

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -549,25 +549,9 @@ jobs:
549549
- attach_workspace:
550550
at: third_party
551551
- designate_upload_channel
552-
- generate_cache_key
553-
- restore_cache:
554-
{% raw %}
555-
keys:
556-
- env-v3-macos-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum "third_party/CMakeLists.txt" }}-{{ checksum ".cachekey" }}
557-
{% endraw %}
558552
- run:
559553
name: Setup
560554
command: .circleci/unittest/linux/scripts/setup_env.sh
561-
- save_cache:
562-
{% raw %}
563-
key: env-v3-macos-{{ arch }}-py<< parameters.python_version >>-{{ checksum ".circleci/unittest/linux/scripts/environment.yml" }}-{{ checksum "third_party/CMakeLists.txt" }}-{{ checksum ".cachekey" }}
564-
{% endraw %}
565-
paths:
566-
- conda
567-
- env
568-
- third_party/build
569-
- third_party/install
570-
- third_party/src
571555
- run:
572556
name: Install torchaudio
573557
command: .circleci/unittest/linux/scripts/install.sh

0 commit comments

Comments
 (0)