Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit bfb5f02

Browse files
committed
trying to find python27.dll - now with psutil
1 parent 48f3425 commit bfb5f02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ cache:
1717
- '%UserProfile%\.m2 -> pom.xml'
1818

1919
install:
20-
- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME
21-
- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME -Filter *.dll -Recurse
22-
- ps: Get-ChildItem -Path C:\WINDOWS\system32 -Filter py*.dll -Recurse
20+
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME
21+
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME -Filter *.dll -Recurse
2322
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
2423
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
2524
- set JDK_HOME=C:\Program Files\Java\jdk1.8.0

0 commit comments

Comments
 (0)