Skip to content

Commit 2b13313

Browse files
committed
fixing install robusta-cli test
1 parent 4f02414 commit 2b13313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_robusta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install tabulate version that fixes column width wrapping. Cannot be added to pypi as a git dependency, so adding it here
3838
pip install git+https://github.com/astanin/python-tabulate.git@b2c26bcb70e497f674b38aa7e29de12c0123708a#egg=tabulate
3939
# robusta-cli is a separate project now, it needs to be installed for gen-config
40-
pip install robusta-cli
40+
pip install git+https://github.com/robusta-dev/robusta-cli.git
4141
4242
# build robusta docker images for tests which run in-cluster on KIND
4343
- run: |-

0 commit comments

Comments
 (0)