From: Paul Brossier Date: Sun, 23 Sep 2018 12:13:39 +0000 (+0200) Subject: .appveyor.yml: remove PATH setting X-Git-Tag: 0.4.8~100^2~14 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a9d425a56c39b837aaab35da2d5477d4d477c6bd;p=aubio.git .appveyor.yml: remove PATH setting --- diff --git a/.appveyor.yml b/.appveyor.yml index d16dcd4c..4de7f1db 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,8 +54,6 @@ install: # We need wheel installed to build wheels - "%PYTHONDIR%\\python.exe -m pip install wheel" - - "SET PATH=%PATH_EXTRAS%;%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" - before_build: - "bash scripts/get_waf.sh"