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 318d6b4 commit a017988
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 @@ -17,7 +17,7 @@ build-3.7-VS2017:
script:
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;
- echo %Path%
- virtualenv --clear -p "C:\Program Files\Python37\python.exe" .
- virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .
- call .\Scripts\activate
- python setup.py bdist_wheel --dist-dir dist3
artifacts:
Expand Down

0 comments on commit a017988

Please sign in to comment.