We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6c775 commit 9a0db5dCopy full SHA for 9a0db5d
.github/workflows/32-bit-linux.yml
@@ -28,7 +28,7 @@ jobs:
28
# it is not owned by the current user. We hit this since the "mounted" folder is not hit by the
29
# Docker container.
30
# xref https://github.com/pypa/manylinux/issues/1309
31
- git config --global --add safe.directory /io/numpy
+ git config --global --add safe.directory /pandas
32
docker pull quay.io/pypa/manylinux2014_i686
33
docker run --platform linux/386 -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
34
/bin/bash -xc "cd pandas && \
0 commit comments