File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments