Skip to content

Commit 4710f75

Browse files
committed
Use the unit test cache again.
1 parent 90887f4 commit 4710f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26+
cache: 'pip'
2627
# You can test your matrix by printing the current Python version
2728
- name: Display Python version
2829
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)