12fcf99425
For Helm test operations, a test container is needed, this add a container definition and ci steps
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# pip install specklepy
|
|
pip install -r requirements.txt
|