We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d3d42 commit c6ff38fCopy full SHA for c6ff38f
1 file changed
.github/workflows/test_robusta.yaml
@@ -16,7 +16,7 @@ jobs:
16
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
17
source $HOME/.poetry/env
18
cd src/
19
- poetry install
+ poetry install --extras "all"
20
- name: Install Helm
21
run: |
22
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
0 commit comments