File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 :
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)
You can’t perform that action at this time.
0 commit comments