Skip to content

Commit 1511e8a

Browse files
committed
upgrade pip, setuptools, and wheel in CI workflow for improved dependency management
1 parent 060f6df commit 1511e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
K8S_DEPLOY_KEY: ${{ secrets.KNESSET_DATA_K8S_DEPLOY_KEY }}
1818
run: |
1919
export PIP_USE_PEP517=0
20+
pip install --upgrade pip setuptools wheel
2021
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/b28739781cf844b3494bfa404ced1ff9c0803e05/bin/github_actions_install.sh \
2122
| bash -s 65a0704332e63d51f63981dbb25cd83682dc4078 OriHoch/uumpa-ci-toolbox &&\
2223
uci github actions self-checkout --config-user-name "knesset-data-pipelines-ci" &&\

0 commit comments

Comments
 (0)