Skip to content

Commit

Permalink
(fix) Consider Python version in the GitHub workflow cache for the en…
Browse files Browse the repository at this point in the history
…vironment
  • Loading branch information
abel committed Sep 19, 2023
1 parent 2d1bb99 commit be1b05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
key: ${{ runner.os }}-${{ matrix.python }}-venv-${{ hashFiles('**/poetry.lock') }}

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

0 comments on commit be1b05b

Please sign in to comment.