Add break-system-packages until we improve packaging.
This commit is contained in:
parent
7146fc2932
commit
aee3d1fc91
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ jobs:
|
||||||
- |
|
- |
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
apk --no-cache --update add libcap jq python3 py3-pip
|
apk --no-cache --update add libcap jq python3 py3-pip
|
||||||
python3 -m pip install --requirement requirements.txt
|
python3 -m pip install --break-system-packages --requirement requirements.txt
|
||||||
echo "$configuration_json" | ./main.py -l :verbose -c -
|
echo "$configuration_json" | ./main.py -l :verbose -c -
|
||||||
|
|
Loading…
Reference in a new issue