Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 37c3bde

Browse files
committed
Reset cache
1 parent f3ea27f commit 37c3bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install poetry
44-
uses: snok/install-poetry@v1.1.6
44+
uses: snok/install-poetry@v1
4545
with:
46-
version: 1.2.0a1
46+
version: 1.2.0a2
4747
virtualenvs-in-project: true
4848
- name: Load cached venv
4949
uses: actions/cache@v2
5050
id: cache-venv
5151
with:
5252
path: .venv
53-
key: ${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-3
53+
key: ${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-4
5454
- name: Install dependencies
5555
run: poetry install --no-interaction --no-root
5656
if: steps.cache-venv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)