Skip to content

Commit 7d154ac

Browse files
committed
added caching of python packages
1 parent 540ac68 commit 7d154ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
23+
cache: 'pip'
2324
- name: Install dependencies
2425
run: |
2526
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)