Skip to content

Commit 9a0db5d

Browse files
authored
Update 32-bit-linux.yml
1 parent ad6c775 commit 9a0db5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/32-bit-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# it is not owned by the current user. We hit this since the "mounted" folder is not hit by the
2929
# Docker container.
3030
# xref https://github.com/pypa/manylinux/issues/1309
31-
git config --global --add safe.directory /io/numpy
31+
git config --global --add safe.directory /pandas
3232
docker pull quay.io/pypa/manylinux2014_i686
3333
docker run --platform linux/386 -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
3434
/bin/bash -xc "cd pandas && \

0 commit comments

Comments
 (0)