fix PYTHON variable
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ windows:
|
|||||||
- windows
|
- windows
|
||||||
- windows-1809
|
- windows-1809
|
||||||
variables:
|
variables:
|
||||||
- PYTHON=C:\\Python36\\python
|
PYTHON: C:\\Python36\\python
|
||||||
script:
|
script:
|
||||||
- choco install python3 --version 3.6.8 --no-progress -y
|
- choco install python3 --version 3.6.8 --no-progress -y
|
||||||
- $PYTHON -m pip install -r requirements-dev.txt
|
- $PYTHON -m pip install -r requirements-dev.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user