Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak Lim committed Dec 6, 2018
1 parent a017988 commit 0c4cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-3.7-VS2017:
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program Files\CMake\bin;
- echo %Path%
- virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .
- call .\Scripts\activate
Expand Down

0 comments on commit 0c4cbcc

Please sign in to comment.