Skip to content

Commit be1b05b

Browse files
author
abel
committed
(fix) Consider Python version in the GitHub workflow cache for the environment
1 parent 2d1bb99 commit be1b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/cache@v3
3030
with:
3131
path: ./.venv
32-
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
32+
key: ${{ runner.os }}-${{ matrix.python }}-venv-${{ hashFiles('**/poetry.lock') }}
3333

3434
- name: Install dependencies
3535
if: steps.cache-venv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)