Skip to content

Commit e085b0a

Browse files
committed
3.11
1 parent a0eaae3 commit e085b0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
uses: actions/cache@v4
6666
with:
6767
path: ./backend/.venv
68-
key: ${{ runner.os }}-venv-backend-${{ hashFiles('backend/poetry.lock') }}
68+
key: ${{ runner.os }}-venv-be-py3.11-${{ hashFiles('backend/poetry.lock') }}
6969
restore-keys: |
70-
${{ runner.os }}-venv-backend-
70+
${{ runner.os }}-venv-be-py3.11-
7171
7272
- name: Cache Poetry virtualenv (ack_backend)
7373
uses: actions/cache@v4

0 commit comments

Comments
 (0)