Removed syntax error

This commit is contained in:
Manuel Cortez 2021-12-23 14:56:08 -06:00
parent 1be07728ae
commit 3d41c3fc6b
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

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'