File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.13"
20
+ cache : ' pip'
20
21
- name : Set up Go
21
22
uses : actions/setup-go@v5
22
23
with :
76
77
uses : actions/setup-python@v5
77
78
with :
78
79
python-version : ${{ matrix.python }}
80
+ cache : ' pip'
79
81
- name : Install Python dependencies
80
82
run : python -m pip install tox tox-gh-actions
81
83
- name : Log database configuration (mysql)
@@ -109,6 +111,7 @@ jobs:
109
111
uses : actions/setup-python@v5
110
112
with :
111
113
python-version : " 3.13"
114
+ cache : ' pip'
112
115
- name : Install dependencies
113
116
run : python -m pip install tox
114
117
- name : Build docs (via tox)
@@ -136,6 +139,7 @@ jobs:
136
139
uses : actions/setup-python@v5
137
140
with :
138
141
python-version : " 3.13"
142
+ cache : ' pip'
139
143
- name : Build docker-compose service
140
144
run : |
141
145
docker compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g)
You can’t perform that action at this time.
0 commit comments