diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:04:48 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:04:48 +0000 |
| commit | 6b2b9cc6ae827300e84e42a59049694cfbb7aa08 (patch) | |
| tree | abbc4ece6145ba48b2952232b89fa4d3e1ee389e /.travis.yml | |
| parent | Remove dir command (diff) | |
| download | pygensvm-6b2b9cc6ae827300e84e42a59049694cfbb7aa08.tar.gz pygensvm-6b2b9cc6ae827300e84e42a59049694cfbb7aa08.zip | |
try using ls to list the dir
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1876e67..2ad3534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" - PIP="pip" - - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && ls /c/cibw/lapacke && pip install numpy Cython" env: global: |
