Skip to content

Commit

Permalink
MAINT: Fix failing Python 3.8 32-bit Windows test.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed May 3, 2022
1 parent 894efb1 commit fd9ec46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -80,8 +80,10 @@ stages:
- script: |
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
-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 &&\
/bin/bash -xc " \
git config --global --add safe.directory /numpy && \
cd /numpy && \
/opt/python/cp38-cp38/bin/python -mvenv venv && \
source venv/bin/activate && \
target=\$(python3 tools/openblas_support.py) && \
cp -r \$target/lib/* /usr/lib && \
Expand Down

0 comments on commit fd9ec46

Please sign in to comment.