Skip to content

Commit 8ce5af4

Browse files
committed
Set packaging version to 21.3 to fix Invalid version error
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
1 parent 572b8a9 commit 8ce5af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install prerequisites
1919
run: >
2020
sudo apt-get install gcc libkrb5-dev pass &&
21-
sudo pip install docker==5.0.3 docker-squash cekit odcs[client]
21+
sudo pip install docker==5.0.3 docker-squash cekit odcs[client] packaging==21.3
2222
2323
- name: Checkout the repo
2424
uses: actions/checkout@v2

0 commit comments

Comments
 (0)