Skip to content

Commit 379abb4

Browse files
committed
enable test ci cache
1 parent f3d145f commit 379abb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
cache: 'pip'
2425

2526
- name: Install dependencies
2627
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)