Skip to content

Commit 52035a5

Browse files
committed
try cache dependencies in CI
1 parent d2ed8ef commit 52035a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/setup-python@v5
5151
with:
5252
python-version: ${{ matrix.python-version }}
53+
cache: 'poetry'
5354

5455
- name: Install Poetry
5556
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)