We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0eaae3 commit e085b0aCopy full SHA for e085b0a
1 file changed
.github/workflows/sonarcloud.yml
@@ -65,9 +65,9 @@ jobs:
65
uses: actions/cache@v4
66
with:
67
path: ./backend/.venv
68
- key: ${{ runner.os }}-venv-backend-${{ hashFiles('backend/poetry.lock') }}
+ key: ${{ runner.os }}-venv-be-py3.11-${{ hashFiles('backend/poetry.lock') }}
69
restore-keys: |
70
- ${{ runner.os }}-venv-backend-
+ ${{ runner.os }}-venv-be-py3.11-
71
72
- name: Cache Poetry virtualenv (ack_backend)
73
0 commit comments