We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e50e0b commit 23ad264Copy full SHA for 23ad264
1 file changed
.github/workflows/smoke-test.yml
@@ -22,16 +22,15 @@ jobs:
22
steps:
23
- uses: actions/checkout@v6
24
- uses: actions/setup-python@v6
25
- - uses: azure/setup-helm@v3
26
27
- name: Install Python dependencies
28
- run: pip install -r requirements.txt
+ run: pip install --user -r requirements.txt
29
30
- uses: helm/kind-action@v1
31
name: Create kind cluster
32
with:
33
config: .kind.with.hostpath.yml
34
-
+
35
#- name: Setup environment
36
# run: |
37
# cat env/backend.json | sed -e 's/WHICH_ARGS=-s/WHICH_ARGS=/' -e 's/REALM_IMPORT=true/REALM_IMPORT=false/' -e "s/KUBE_CONTEXT=docker-desktop/KUBE_CONTEXT=$(kubectl config current-context)/" > .env
0 commit comments