Skip to content

Commit

Permalink
Install mkl in rever so it can build NumPy properly
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 14, 2020
1 parent 650b6b1 commit 44c09b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def run_tests():
# Don't use the built-in pytest action because that uses Docker, which is
# overkill and requires installing Docker
with run_in_conda_env(['python=3.8', 'pytest', 'hypothesis', 'sympy',
'pyflakes', 'pytest-cov', 'pytest-flakes']):
'pyflakes', 'pytest-cov', 'pytest-flakes',
'mkl']):
# Until numpy 1.20 is out, the tests require the git version to run
pip install git+https://github.com/numpy/numpy.git
pyflakes .
Expand Down

0 comments on commit 44c09b6

Please sign in to comment.