Skip to content

Commit

Permalink
Change cache number
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Sep 4, 2022
1 parent 9a252f9 commit 3ef7dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/cache@v2
env:
# Increase this value to reset cache if `poetry.lock` has not changed.
CACHE_NUMBER: 2
CACHE_NUMBER: 1
with:
path: .venv
key: poetry-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}-${{ env.CACHE_NUMBER }}
Expand Down

0 comments on commit 3ef7dbc

Please sign in to comment.