mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
github: install only required pip dep
This commit is contained in:
parent
991b288afb
commit
963e5f5df9
3
.github/workflows/build_docker.yml
vendored
3
.github/workflows/build_docker.yml
vendored
@ -90,7 +90,8 @@ jobs:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install Python packages
|
||||
run: pip install -r Tools/setup/requirements.txt
|
||||
#run: pip install -r Tools/setup/requirements.txt
|
||||
run: pip install kconfiglib
|
||||
|
||||
- id: set-matrix
|
||||
name: Get all nuttx targets
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user