Skip to content

Commit

Permalink
CI: appveyor: test OpenBLAS with editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat committed Dec 24, 2017
1 parent 473a6f0 commit da56804
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,14 @@ install:
$lib = ls $tmpdir\$env:PYTHON_ARCH\lib\*.a | ForEach { ls $_ } | Select-Object -first 1
echo $lib
If ($env:USE_PYTEST -ne "true") {
cp $lib $destination
ls $destination
}
cp $lib $destination
ls $destination
# Upgrade to the latest pip.
- '%CMD_IN_ENV% python -m pip install -U pip setuptools wheel'
- 'python -m pip install -U pip setuptools wheel'

# Install the numpy test dependencies.
- '%CMD_IN_ENV% pip install -U --timeout 5 --retries 2 -r tools/ci/appveyor/requirements.txt'
- 'pip install -U --timeout 5 --retries 2 -r tools/ci/appveyor/requirements.txt'

build_script:
# Here, we add MinGW to the path to be able to link an OpenBLAS.dll
Expand Down

0 comments on commit da56804

Please sign in to comment.