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 Sep 18, 2024
1 parent cf6a979 commit 80421b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .one-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ 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.27.0
pip3 install cekit==${CEKIT_VERSION} docker==5.0.3 docker-squash==1.2.0 odcs behave lxml urllib3==1.26.15 requests
#pip3 install cekit==${CEKIT_VERSION} docker==5.0.3 docker-squash= odcs behave lxml setuptools_rust urllib3==1.26.15 packaging==21.3 requests
. ~/cekit${CEKIT_VERSION}/bin/activate
echo "***** Installed CEKIT version ${CEKIT_VERSION} *****"
cekit --version
Expand Down

0 comments on commit 80421b7

Please sign in to comment.