From b65aa7517aa4f3808b0c6910f79c0562de778e0d Mon Sep 17 00:00:00 2001 From: disinvite Date: Tue, 14 Oct 2025 16:14:15 -0400 Subject: [PATCH] Entropy CI: Use new virtualenv upon retry --- .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