File tree Expand file tree Collapse file tree 4 files changed +354
-298
lines changed
Expand file tree Collapse file tree 4 files changed +354
-298
lines changed Original file line number Diff line number Diff line change 1313 python-version : 3.8
1414 - name : Build and install package
1515 run : |
16- curl -sSL https://install.python-poetry.org | python3 -
16+ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
1717 poetry build
1818 pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
1919 - name : Upload robusta package artifact
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ This project is a CLI tool for using [robusta](https://github.com/robusta-dev/ro
66* Run diagnostic to see if robusta is running properly
77* Deploy and test your own extensions to Robusta like custom actions and playbooks
88
9- For more infomration, checkout the [ robusta installation docs] ( https://docs.robusta.dev/master/ ) .
9+ For more information, checkout the [ robusta installation docs] ( https://docs.robusta.dev/master/ ) .
10+
11+ ## Requirements
12+
13+ - Python 3.8 or higher
You can’t perform that action at this time.
0 commit comments