ci: build_all_targets: Update python packaging to avoid canonicalize_version() error

This commit is contained in:
Matthias Grob
2024-11-20 13:05:52 +01:00
parent dcfecb4e16
commit f8b34fd79d

View File

@@ -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: