5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -uo pipefail
|
|
|
|
echo "Running Python checks for builder system"
|
|
pytest ./tests/python_build
|