fix PYTHON variable

This commit is contained in:
Joe Rickerby
2020-08-14 11:42:25 +01:00
committed by GitHub
parent efa1958023
commit d36b2d35c6
+1 -1
View File
@@ -20,7 +20,7 @@ windows:
- windows
- windows-1809
variables:
- PYTHON=C:\\Python36\\python
PYTHON: C:\\Python36\\python
script:
- choco install python3 --version 3.6.8 --no-progress -y
- $PYTHON -m pip install -r requirements-dev.txt