8000 CI: build with OpenBLAS · Pull Request #4 · MacPython/numpy-wheels · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

CI: build with OpenBLAS #4

Merged
merged 5 commits into from Nov 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
appveyor: change directories before importing numpy
  • Loading branch information
xoviat authored Oct 1, 2017
commit 97c341c17dfaca41d8131bf55208ae664fcc57f8
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ build_script:

test_script:
- pip install nose
- python -c "import numpy; numpy.test(verbose=3)"
- cd ..
- python -c "import numpy; numpy.test(verbose=3)"

after_test:
# Upload test results to Appveyor
Expand Down
0