From c8575e410b4c5348470d130f02f724c8a973cea5 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 19 May 2021 17:06:10 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b80e36e..fd6e9fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,9 @@ environment: PYTHON_ARCH: 64 install: - - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% + - set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% + - echo %PATH% + - pip --version - pip install pybind11 - pip install wheel