Skip to content

Commit

Permalink
Numpy 1.19 on PyPy: work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Feb 8, 2021
1 parent 49ca404 commit abae007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -470,8 +470,10 @@ jobs:
steps:
- script: |
brew update || true
brew install pypy3 gcc libomp
brew install pypy3 gcc libomp openblas
pypy3 -m pip install -U pip --user
pypy3 -m pip cache remove numpy
OPENBLAS="$(brew --prefix openblas)" pip install numpy
pypy3 -m pip install git+https://github.com/ECP-WarpX/WarpX.git@development --user
- script: |
pypy3 -c "from pywarpx import picmi"
Expand Down

0 comments on commit abae007

Please sign in to comment.