Skip to content

Commit 4ced5c6

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 4ced5c6

2 files changed

Lines changed: 2 additions & 2 deletions

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

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)