From 8ce5af486da0a5d891c6a3a4bf80476a130e3e89 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Wed, 3 May 2023 18:01:43 +0200 Subject: [PATCH] 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 https://github.com/pypa/packaging/pull/407 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d9e4d..cf4a039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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