We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afcb92 commit 9657a23Copy full SHA for 9657a23
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
12
run: |
13
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/65a0704332e63d51f63981dbb25cd83682dc4078/bin/github_actions_install.sh \
14
- | bash -s e5943edc44ddbdd448af905b16f9fd9f329eb08b OriHoch/uumpa-ci-toolbox &&\
+ | bash -s 4d163c416a5c7192e4f4dba883bb4c0480eaee8c OriHoch/uumpa-ci-toolbox &&\
15
uci github actions self-checkout --config-user-name "open-bus-stride-client-ci" &&\
16
pip install -e .[all] &&\
17
pip install -r tests/requirements.txt &&\
0 commit comments