Skip to content

Commit

Permalink
CI fix after project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Jul 8, 2023
1 parent e8c15b8 commit 6fbd067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
path: |
venv
key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }}
key: ${{ runner.os }}-venv-v1-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }}

- name: Install dependencies
if: steps.cache-primes.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
path: |
venv
key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }}
key: ${{ runner.os }}-venv-v1-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }}

- name: Run the tests
env:
Expand Down

0 comments on commit 6fbd067

Please sign in to comment.