Removed syntax error

This commit is contained in:
2021-12-23 14:56:08 -06:00
parent 1be07728ae
commit 3d41c3fc6b

View File

@@ -17,7 +17,7 @@ steps:
- name: Install Python
environment:
PYTHON3_32: "C:\\python37\\python.exe"
PYTHON3_32: C:\\python37\\python.exe
commands:
- 'choco install python --version 3.7.9 -y -ForceX86'
- '&$env:PYTHON3_32 -V'