mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-23 18:13:49 +08:00
ci: build_all_targets: Update python packaging to avoid canonicalize_version() error
This commit is contained in:
4
.github/workflows/build_all_targets.yml
vendored
4
.github/workflows/build_all_targets.yml
vendored
@@ -36,6 +36,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Update python packaging to avoid canonicalize_version() error
|
||||
run: |
|
||||
pip3 install -U packaging
|
||||
|
||||
- name: Install Python Dependencies
|
||||
uses: py-actions/py-dependency-install@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user