mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 18:56:26 +00:00
Use bundled pip tool
This commit is contained in:
parent
1a85be06eb
commit
77b4b1213e
@ -39,8 +39,8 @@ before_install:
|
||||
# eval "$(pyenv virtualenv-init -)"
|
||||
# pyenv virtualenv 3.6.3 general
|
||||
# pyenv global general
|
||||
python -V
|
||||
pip -V
|
||||
python3 -V
|
||||
python3 -m pip -V
|
||||
|
||||
|
||||
before_script:
|
||||
@ -72,9 +72,9 @@ after_script:
|
||||
|
||||
# publish
|
||||
- yarn buildforelectron
|
||||
- python3 -m venv env
|
||||
# - python3 -m venv env
|
||||
- |
|
||||
pip3 install -r scripts/requirements.txt
|
||||
python3 -m pip install -r scripts/requirements.txt
|
||||
python3 scripts/build.py download
|
||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||
python3 scripts/build.py validate -b dist
|
||||
|
Loading…
Reference in New Issue
Block a user