repo2docker/tests/nix/ignore-outside/verify

5 wiersze
117 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# check that numpy isn't installed
test -z $(pip list | grep numpy | awk '{print $1}')