mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-27 22:39:55 +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 -)"
|
# eval "$(pyenv virtualenv-init -)"
|
||||||
# pyenv virtualenv 3.6.3 general
|
# pyenv virtualenv 3.6.3 general
|
||||||
# pyenv global general
|
# pyenv global general
|
||||||
python -V
|
python3 -V
|
||||||
pip -V
|
python3 -m pip -V
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
@ -72,9 +72,9 @@ after_script:
|
|||||||
|
|
||||||
# publish
|
# publish
|
||||||
- yarn buildforelectron
|
- 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 download
|
||||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||||
python3 scripts/build.py validate -b dist
|
python3 scripts/build.py validate -b dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user