From 828254cbfe5c42e2bbee261d7cdb8be460e7685f Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 14 Oct 2025 19:52:09 -0400 Subject: [PATCH] Entropy CI: Use new virtualenv upon retry (#1695) --- .github/workflows/compare.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index a0cf4276..1e1c3b31 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -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