Skip to content

Commit

Permalink
Merge pull request #718 from SUSE/ci_update
Browse files Browse the repository at this point in the history
Uninstall conflicting python3-packaging
  • Loading branch information
dcermak authored Jan 8, 2025
2 parents 81f2c3f + d5e483f commit 8a3228e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
python-version: "3.x"
- name: Install tox
run: |
sudo apt-get remove python3-packaging
sudo apt-get install python3-pip
python3 --version
python3 -m pip install tox
Expand Down

0 comments on commit 8a3228e

Please sign in to comment.