mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-24 15:16:38 +00:00
Remove brew update na python upgrade
This commit is contained in:
parent
ed84799ed1
commit
94135d0aa7
@ -42,11 +42,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Building gns3server
|
name: Building gns3server
|
||||||
command: |
|
command: |
|
||||||
# brew update is required due to bug in CCI: https://discuss.circleci.com/t/homebrew-must-be-run-under-ruby-2-3-runtimeerror/17232/5
|
|
||||||
brew update
|
|
||||||
brew --env
|
brew --env
|
||||||
brew --config
|
brew --config
|
||||||
brew upgrade python
|
|
||||||
python -V
|
python -V
|
||||||
pip3 install -r scripts/requirements.txt
|
pip3 install -r scripts/requirements.txt
|
||||||
python3 scripts/build.py download
|
python3 scripts/build.py download
|
||||||
|
Loading…
Reference in New Issue
Block a user