Skip to content

Commit c6ff38f

Browse files
committed
fix github action for tests
1 parent 81d3d42 commit c6ff38f

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
@@ -16,7 +16,7 @@ jobs:
1616
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
1717
source $HOME/.poetry/env
1818
cd src/
19-
poetry install
19+
poetry install --extras "all"
2020
- name: Install Helm
2121
run: |
2222
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)