Skip to content

Commit

Permalink
Update .one-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ortega authored May 22, 2024
1 parent 2d80f62 commit 95c6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .one-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ containerize:
mkdir ~/cekit${CEKIT_VERSION}
python3 -m venv ~/cekit${CEKIT_VERSION}
pip3 install --upgrade pip
pip3 install cekit==${CEKIT_VERSION} docker==5.0.3 docker-squash odcs behave lxml setuptools_rust urllib3==1.26.15 packaging==21.3 requests==2.31.0
pip3 install cekit==${CEKIT_VERSION} docker==5.0.3 docker-squash odcs behave lxml setuptools_rust urllib3==1.26.15 packaging==21.3 requests==2.27.0
. ~/cekit${CEKIT_VERSION}/bin/activate
echo "***** Installed CEKIT version ${CEKIT_VERSION} *****"
cekit --version
Expand Down

0 comments on commit 95c6c19

Please sign in to comment.