Skip to content

Commit 9ed532e

Browse files
committed
path
1 parent aee0fd9 commit 9ed532e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
clone_depth: 3
1313

1414
before_build:
15-
- cmd: set PATH=%MINGW_DIR%;%PY_DIR%;%PATH%
15+
- cmd: set PATH=%MINGW_DIR%;%PY_DIR%;%PY_DIR$\Scripts;%PATH%
1616
# fix CMake sh.exe issue, by removing Git path.
1717
- cmd: set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
1818
- cmd: set FC=%MINGW_DIR%\gfortran
@@ -32,6 +32,7 @@ build_script:
3232
- sh: make
3333

3434
- cd ..
35+
- cmd: where python
3536
- pip -q install -e .[tests]
3637

3738
after_build:

0 commit comments

Comments
 (0)