Skip to content

Commit

Permalink
Set packaging version to 21.3 to fix Invalid version error
Browse files Browse the repository at this point in the history
The jboss.container.maven.35.bash module cause an Invalid version error
with python-packaging to version >= 22, for further details see
pypa/packaging#407
  • Loading branch information
brusdev committed May 3, 2023
1 parent 572b8a9 commit 8ce5af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install prerequisites
run: >
sudo apt-get install gcc libkrb5-dev pass &&
sudo pip install docker==5.0.3 docker-squash cekit odcs[client]
sudo pip install docker==5.0.3 docker-squash cekit odcs[client] packaging==21.3
- name: Checkout the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 8ce5af4

Please sign in to comment.