Skip to content

Commit d3b2c9f

Browse files
committed
try older version of manylinux
1 parent 121c3c7 commit d3b2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
python: ['cp39-cp39', 'cp310-cp310', 'cp311-cp311', 'cp312-cp312']
182182
runs-on: ubuntu-latest
183183
container:
184-
image: quay.io/pypa/manylinux2014_x86_64
184+
image: quay.io/pypa/manylinux2014_x86_64:2024-01-29-1785b0b
185185

186186
steps:
187187
- name: Checkout

0 commit comments

Comments
 (0)