Skip to content

Commit 7b97a46

Browse files
Backport PR pandas-dev#51886 on branch 2.0.x (CI: Pin moto image to specific version) (pandas-dev#51893)
Backport PR pandas-dev#51886: CI: Pin moto image to specific version Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 9a2dc47 commit 7b97a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- 5432:5432
142142

143143
moto:
144-
image: motoserver/moto
144+
image: motoserver/moto:4.1.4
145145
env:
146146
AWS_ACCESS_KEY_ID: foobar_key
147147
AWS_SECRET_ACCESS_KEY: foobar_secret

0 commit comments

Comments
 (0)