Skip to content

Commit 849f30d

Browse files
committed
Cache pip dependencies
1 parent 41d9038 commit 849f30d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
cache: 'pip'
2829
- name: Install dependencies
2930
run: pip install -e .[dev]
3031

0 commit comments

Comments
 (0)