Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 0231859

Browse files
committed
ci: Add pip cache
1 parent e5a17c7 commit 0231859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.12
18+
cache: 'pip'
1819
- name: Set up Docker Buildx
1920
uses: docker/setup-buildx-action@v3
2021
- run: |

0 commit comments

Comments
 (0)