Skip to content

Commit 0eefda8

Browse files
committed
Revert "use local poetry.lock on CI for testing"
This reverts commit dfba485.
1 parent dfba485 commit 0eefda8

File tree

2 files changed

+6
-895
lines changed

2 files changed

+6
-895
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
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)