Skip to content

Commit

Permalink
ci: build_all_targets: Update python packaging to avoid canonicalize_…
Browse files Browse the repository at this point in the history
…version() error
  • Loading branch information
MaEtUgR committed Nov 20, 2024
1 parent dcfecb4 commit f8b34fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8b34fd

Please sign in to comment.