mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 07:54:23 +00:00
Entropy CI: Use new virtualenv upon retry (#1695)
This commit is contained in:
6
.github/workflows/compare.yml
vendored
6
.github/workflows/compare.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
- name: Cache venv
|
- name: Cache venv
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: venv-entropy-${{ github.run_id }}
|
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
path: .venv
|
path: .venv
|
||||||
|
|
||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Restore cached virtualenv
|
- name: Restore cached virtualenv
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: venv-entropy-${{ github.run_id }}
|
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
path: .venv
|
path: .venv
|
||||||
|
|
||||||
- name: Prepare builds
|
- name: Prepare builds
|
||||||
@@ -166,7 +166,7 @@ jobs:
|
|||||||
- name: Restore cached virtualenv
|
- name: Restore cached virtualenv
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: venv-entropy-${{ github.run_id }}
|
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
path: .venv
|
path: .venv
|
||||||
|
|
||||||
- name: Aggregate Accuracy
|
- name: Aggregate Accuracy
|
||||||
|
Reference in New Issue
Block a user