We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d55dd2 commit ce7d605Copy full SHA for ce7d605
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
mongodb:
53
image: "mongo:4.4"
54
container:
55
- image: ${{needs.cibw_docker_image.outputs.tag}}
+ image: quay.io/pypa/manylinux_2_28_x86_64
56
volumes:
57
- /:/mnt
58
windows_matrix:
0 commit comments