Skip to content

Commit 859e3dc

Browse files
Cache dependencies during build
1 parent 26f78e3 commit 859e3dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
architecture: x64
21+
cache: "poetry"
2122

2223
- name: Install Poetry manager
2324
run: pip install --upgrade poetry

0 commit comments

Comments
 (0)