7e760fb
1
2
3
4
5
#!/usr/bin/env bash set -euo pipefail cd /workspace pip install pytest pytest-cov coverage 2>/dev/null || true