File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Install dependencies
31
31
run : |
32
- sudo apt install shellcheck
32
+ sudo apt install --no-install-recommends --assume-yes shellcheck parallel
33
33
python -m pip install --upgrade pip
34
- pip install pipenv
35
- pipenv install poetry && pipenv run poetry install
36
- echo "installing mavlink-router"
37
- pipenv run ./core/tools/mavlink_router/bootstrap.sh
38
- echo "installing mavp2p"
39
- pipenv run ./core/tools/mavp2p/bootstrap.sh
40
- echo "installing ardupilot_tools"
41
- pipenv run ./core/tools/ardupilot_tools/bootstrap.sh
42
- pipenv run python ./core/libs/bridges/setup.py install
43
- pipenv run python ./core/libs/commonwealth/setup.py install
44
- rm -rf core/libs/bridges/build
45
- rm -rf core/libs/commonwealth/build
34
+ pip install poetry
46
35
47
36
- name : Run tests
48
37
run : |
You can’t perform that action at this time.
0 commit comments