Skip to content

Commit

Permalink
ci: move cahce job to 3.13 for memory issue
Browse files Browse the repository at this point in the history
Cache job is getting killed early, I think because we're running out of memory
because the sheer number of CVEs has gotten too large. Things seem to work
better on python 3.13 (likely due to other memory improvements) so this is an
attempt at a temporary workaround while we address the underlying issue.

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed Jan 23, 2025
1 parent 3029cb0 commit 2ee65df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.13'
cache: 'pip'
- name: Get date
id: get-date
Expand Down

0 comments on commit 2ee65df

Please sign in to comment.