mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 11:10:16 +00:00
Use python3 on CirleCI
This commit is contained in:
parent
2449ba8c66
commit
c128863d47
@ -36,10 +36,10 @@ jobs:
|
|||||||
brew --config
|
brew --config
|
||||||
brew upgrade python
|
brew upgrade python
|
||||||
python -V
|
python -V
|
||||||
pip install -r scripts/requirements.txt
|
pip3 install -r scripts/requirements.txt
|
||||||
python scripts/build.py download
|
python3 scripts/build.py download
|
||||||
python scripts/build.py build_exe -b dist/exe.gns3server -s
|
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||||
python scripts/build.py validate -b dist
|
python3 scripts/build.py validate -b dist
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Dist project
|
name: Dist project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user