Skip to content

Commit 1c3e4d4

Browse files
committed
CI: Enable pip caching
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4815655 commit 1c3e4d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.13"
20+
cache: 'pip'
2021
- name: Set up Go
2122
uses: actions/setup-go@v5
2223
with:
@@ -76,6 +77,7 @@ jobs:
7677
uses: actions/setup-python@v5
7778
with:
7879
python-version: ${{ matrix.python }}
80+
cache: 'pip'
7981
- name: Install Python dependencies
8082
run: python -m pip install tox tox-gh-actions
8183
- name: Log database configuration (mysql)
@@ -109,6 +111,7 @@ jobs:
109111
uses: actions/setup-python@v5
110112
with:
111113
python-version: "3.13"
114+
cache: 'pip'
112115
- name: Install dependencies
113116
run: python -m pip install tox
114117
- name: Build docs (via tox)
@@ -136,6 +139,7 @@ jobs:
136139
uses: actions/setup-python@v5
137140
with:
138141
python-version: "3.13"
142+
cache: 'pip'
139143
- name: Build docker-compose service
140144
run: |
141145
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g)

0 commit comments

Comments
 (0)