diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 13:08:37 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 13:08:37 +0000 |
| commit | acdc7045174d40cbf0104284c7edaa9caf13be20 (patch) | |
| tree | 211c813a520898b772662af5bb25ef14a99eca3c /.travis.yml | |
| parent | inspect lapack directory (diff) | |
| download | pygensvm-acdc7045174d40cbf0104284c7edaa9caf13be20.tar.gz pygensvm-acdc7045174d40cbf0104284c7edaa9caf13be20.zip | |
try a different way of specifying the path
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 c530190..8b32a8c 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 && dir /c/cibw/lapacke && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && dir C:\cibw\lapacke && pip install numpy Cython" env: global: |
