8000 WIP · numpy/numpy@5a73e3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a73e3b

Browse files
WIP
1 parent e3c9e66 commit 5a73e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ stages:
8585
vmImage: 'ubuntu-20.04'
8686
steps:
8787
- script: |
88-
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
88+
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -UNDEBUG" \
8989
-e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2014_i686 \
9090
/bin/bash -xc "cd numpy && \
9191
/opt/python/cp38-cp38/bin/python -mvenv venv &&\

0 commit comments

Comments
 (0)
0