Skip to content
Snippets Groups Projects
build.sh 161 B
Newer Older
#!/bin/bash
set -euo pipefail

# Install maap-py so we can use MAAP Secrets in run.sh
conda run --no-capture-output --name mytobac python -m pip install maap-py