Skip to content

Commit

Permalink
temp. disable caching of AITools install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzakhar committed Jun 7, 2024
1 parent ebda50a commit 5d5be93
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,21 +258,10 @@ jobs:
shell: bash
steps:
- uses: actions/checkout@v2
- name: cache install
id: cache-install
uses: actions/cache@v2
with:
path: |
/intel/oneapi/intelpython
key: install-${{ env.CACHE_NUMBER }}-${{ env.LINUX_AIKIT_URL }}-compiler-tbb-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }}
- name: install
if: steps.cache-install.outputs.cache-hit != 'true'
run: scripts/install_linux_aitools.sh $LINUX_AIKIT_URL
- name: build
run: scripts/build_linux_aitools.sh $SAMPLES_TAG
- name: exclude unused files from cache
if: steps.cache-install.outputs.cache-hit != 'true'
run: scripts/cache_exclude_linux.sh

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

0 comments on commit 5d5be93

Please sign in to comment.