We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee0fd9 commit 9ed532eCopy full SHA for 9ed532e
.appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
clone_depth: 3
13
14
before_build:
15
-- cmd: set PATH=%MINGW_DIR%;%PY_DIR%;%PATH%
+- cmd: set PATH=%MINGW_DIR%;%PY_DIR%;%PY_DIR$\Scripts;%PATH%
16
# fix CMake sh.exe issue, by removing Git path.
17
- cmd: set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
18
- cmd: set FC=%MINGW_DIR%\gfortran
@@ -32,6 +32,7 @@ build_script:
32
- sh: make
33
34
- cd ..
35
+- cmd: where python
36
- pip -q install -e .[tests]
37
38
after_build:
0 commit comments