Skip to content

Commit 18b7032

Browse files
committed
ci(bitbucket): fix many references to the caches in bitbucket-pipelines.yml
1 parent a4cceac commit 18b7032

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

{{cookiecutter.project_name}}/bitbucket-pipelines.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ pipelines:
8080
name: Typecheck Python 3.9
8181
image: ghcr.io/astral-sh/uv:latest-python3.9-bookworm-slim
8282
caches:
83-
- uv
84-
- pip
83+
- uv-deps
84+
- pip-deps
8585
script:
8686
- export UV_CACHE_DIR=.uv-cache
8787
- export UV_LINK_MODE=copy
@@ -92,8 +92,8 @@ pipelines:
9292
name: Typecheck Python 3.10
9393
image: ghcr.io/astral-sh/uv:latest-python3.10-bookworm-slim
9494
caches:
95-
- uv
96-
- pip
95+
- uv-deps
96+
- pip-deps
9797
script:
9898
- export UV_CACHE_DIR=.uv-cache
9999
- export UV_LINK_MODE=copy
@@ -104,8 +104,8 @@ pipelines:
104104
name: Typecheck Python 3.11
105105
image: ghcr.io/astral-sh/uv:latest-python3.11-bookworm-slim
106106
caches:
107-
- uv
108-
- pip
107+
- uv-deps
108+
- pip-deps
109109
script:
110110
- export UV_CACHE_DIR=.uv-cache
111111
- export UV_LINK_MODE=copy
@@ -116,8 +116,8 @@ pipelines:
116116
name: Typecheck Python 3.12
117117
image: ghcr.io/astral-sh/uv:latest-python3.12-bookworm-slim
118118
caches:
119-
- uv
120-
- pip
119+
- uv-deps
120+
- pip-deps
121121
script:
122122
- export UV_CACHE_DIR=.uv-cache
123123
- export UV_LINK_MODE=copy
@@ -128,8 +128,8 @@ pipelines:
128128
name: Typecheck Python 3.13
129129
image: ghcr.io/astral-sh/uv:latest-python3.13-bookworm-slim
130130
caches:
131-
- uv
132-
- pip
131+
- uv-deps
132+
- pip-deps
133133
script:
134134
- export UV_CACHE_DIR=.uv-cache
135135
- export UV_LINK_MODE=copy
@@ -144,8 +144,8 @@ pipelines:
144144
name: Test Python 3.9 (Linux)
145145
image: ghcr.io/astral-sh/uv:latest-python3.9-bookworm-slim
146146
caches:
147-
- uv
148-
- pip
147+
- uv-deps
148+
- pip-deps
149149
script:
150150
- export UV_CACHE_DIR=.uv-cache
151151
- export UV_LINK_MODE=copy
@@ -159,8 +159,8 @@ pipelines:
159159
name: Test Python 3.10 (Linux)
160160
image: ghcr.io/astral-sh/uv:latest-python3.10-bookworm-slim
161161
caches:
162-
- uv
163-
- pip
162+
- uv-deps
163+
- pip-deps
164164
script:
165165
- export UV_CACHE_DIR=.uv-cache
166166
- export UV_LINK_MODE=copy
@@ -174,8 +174,8 @@ pipelines:
174174
name: Test Python 3.11 (Linux)
175175
image: ghcr.io/astral-sh/uv:latest-python3.11-bookworm-slim
176176
caches:
177-
- uv
178-
- pip
177+
- uv-deps
178+
- pip-deps
179179
script:
180180
- export UV_CACHE_DIR=.uv-cache
181181
- export UV_LINK_MODE=copy
@@ -189,8 +189,8 @@ pipelines:
189189
name: Test Python 3.12 (Linux)
190190
image: ghcr.io/astral-sh/uv:latest-python3.12-bookworm-slim
191191
caches:
192-
- uv
193-
- pip
192+
- uv-deps
193+
- pip-deps
194194
script:
195195
- export UV_CACHE_DIR=.uv-cache
196196
- export UV_LINK_MODE=copy
@@ -204,8 +204,8 @@ pipelines:
204204
name: Test Python 3.13 (Linux)
205205
image: ghcr.io/astral-sh/uv:latest-python3.13-bookworm-slim
206206
caches:
207-
- uv
208-
- pip
207+
- uv-deps
208+
- pip-deps
209209
script:
210210
- export UV_CACHE_DIR=.uv-cache
211211
- export UV_LINK_MODE=copy

0 commit comments

Comments
 (0)