Skip to content

Commit 5d5be93

Browse files
committed
temp. disable caching of AITools install
1 parent ebda50a commit 5d5be93

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build_all.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,21 +258,10 @@ jobs:
258258
shell: bash
259259
steps:
260260
- uses: actions/checkout@v2
261-
- name: cache install
262-
id: cache-install
263-
uses: actions/cache@v2
264-
with:
265-
path: |
266-
/intel/oneapi/intelpython
267-
key: install-${{ env.CACHE_NUMBER }}-${{ env.LINUX_AIKIT_URL }}-compiler-tbb-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }}
268261
- name: install
269-
if: steps.cache-install.outputs.cache-hit != 'true'
270262
run: scripts/install_linux_aitools.sh $LINUX_AIKIT_URL
271263
- name: build
272264
run: scripts/build_linux_aitools.sh $SAMPLES_TAG
273-
- name: exclude unused files from cache
274-
if: steps.cache-install.outputs.cache-hit != 'true'
275-
run: scripts/cache_exclude_linux.sh
276265

277266
# Delete the following if you don't want to save install logs
278267
- name: Saving install logs

0 commit comments

Comments
 (0)