Skip to content

Commit a98ee70

Browse files
committed
test without caching
1 parent 1265946 commit a98ee70

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ 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-
3731
- name: Install project dependencies
3832
run: poetry install -vvv --no-root
3933

0 commit comments

Comments
 (0)