mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
github: bump runner to python 3.9
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: pip install -r Tools/setup/requirements.txt
|
run: pip install -r Tools/setup/requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user