Entropy CI: Use new virtualenv upon retry (#1695)

This commit is contained in:
MS 2025-10-14 19:52:09 -04:00 committed by GitHub
parent fe5a238ae1
commit 828254cbfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
- name: Cache venv
uses: actions/cache@v4
with:
key: venv-entropy-${{ github.run_id }}
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
path: .venv
- name: Install python packages
@ -97,7 +97,7 @@ jobs:
- name: Restore cached virtualenv
uses: actions/cache@v4
with:
key: venv-entropy-${{ github.run_id }}
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
path: .venv
- name: Prepare builds
@ -166,7 +166,7 @@ jobs:
- name: Restore cached virtualenv
uses: actions/cache@v4
with:
key: venv-entropy-${{ github.run_id }}
key: venv-entropy-${{ github.run_id }}-${{ github.run_attempt }}
path: .venv
- name: Aggregate Accuracy