Skip to content

Commit

Permalink
trial: explicit numpy pre-install
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo committed Dec 29, 2019
1 parent 1b23e18 commit cec79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install:
# next line only to demo that py3.8-on-Appveyor *could* install Cython from wheel just fine,
# despite mysterious following attempt/failure to build-and-use Cython on that one Appveyor config
# delete when py3.8-on-Appveyor starts working normally
- "python -m pip install Cython==0.29.14"
- "python -m pip install Cython==0.29.14 numpy==1.18.0"

# Check that we have the expected versions and architecture
- "pip --version"
Expand Down

0 comments on commit cec79b4

Please sign in to comment.