Skip to content

Commit 996eab0

Browse files
committed
fix manylinux version typo
1 parent 134b335 commit 996eab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- script: |
3636
docker pull quay.io/pypa/manylinux2014_i686
37-
docker run -v $(pwd):/pandas quay.io/pypa/manylinux2010_i686 \
37+
docker run -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
3838
/bin/bash -xc "cd pandas && \
3939
/opt/python/cp37-cp37m/bin/python -m venv ~/virtualenvs/pandas-dev && \
4040
. ~/virtualenvs/pandas-dev/bin/activate && \

0 commit comments

Comments
 (0)