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