Skip to content

Commit 84e364f

Browse files
committed
update CI workflow to install specific version of pyyaml and adjust uumpa-ci-toolbox installation script URL
1 parent 1511e8a commit 84e364f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
K8S_DEPLOY_KEY: ${{ secrets.KNESSET_DATA_K8S_DEPLOY_KEY }}
1818
run: |
19-
export PIP_USE_PEP517=0
20-
pip install --upgrade pip setuptools wheel
21-
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/b28739781cf844b3494bfa404ced1ff9c0803e05/bin/github_actions_install.sh \
19+
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/38828d7f1ff3374616c3afc7ffe662ffa6d90b17/bin/github_actions_install.sh \
2220
| bash -s 65a0704332e63d51f63981dbb25cd83682dc4078 OriHoch/uumpa-ci-toolbox &&\
21+
pip install pyyaml==5.4.1 &&\
2322
uci github actions self-checkout --config-user-name "knesset-data-pipelines-ci" &&\
2423
uci github actions docker-login &&\
2524
uci docker build-cache \

0 commit comments

Comments
 (0)