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 64dd0c6 commit fe2aa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
mkdir -p $HOME/.local/bin &&
echo "$HOME/.local/bin" >> $GITHUB_PATH &&
sudo apt-get install gcc libkrb5-dev &&
sudo pip install docker==5.0.3 docker-squash cekit odcs[client] behave lxml &&
sudo pip install docker==5.0.3 docker-squash cekit odcs[client] packaging==21.3 behave lxml &&
wget -O source-to-image.tar.gz $S2I_RELEASE_URL &&
tar -C $HOME/.local/bin -xvf source-to-image.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -23,7 +23,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 fe2aa64

Please sign in to comment.