Skip to content

Commit

Permalink
MAINT: Update manylinux ci test to manylinux2014
Browse files Browse the repository at this point in the history
We have no longer support earlier versions of manylinux for the
development wheels.
  • Loading branch information
charris committed Jul 16, 2021
1 parent 676a619 commit eb6be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:
steps:
- script: |
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
-e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2010_i686:2021-02-28-1f32361 \
-e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2014_i686 \
/bin/bash -xc "cd numpy && \
/opt/python/cp38-cp38/bin/python -mvenv venv &&\
source venv/bin/activate && \
Expand Down

0 comments on commit eb6be5c

Please sign in to comment.