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