Skip to content

Commit 48a2c0c

Browse files
committed
Revert "test without caching"
This reverts commit a98ee70.
1 parent a98ee70 commit 48a2c0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
run: echo "::set-output name=VERSION::$(poetry --version)"
2929
id: poetry_version
3030

31+
- name: Cache poetry.lock
32+
uses: actions/cache@v3
33+
with:
34+
path: poetry.lock
35+
key: ${{ matrix.os }}-${{ matrix.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
36+
3137
- name: Install project dependencies
3238
run: poetry install -vvv --no-root
3339

0 commit comments

Comments
 (0)