Use . rather than source, latter is not always available

This commit is contained in:
Ross McFarland
2022-01-27 12:33:24 -08:00
parent 246ec84d16
commit b92b23d607
+1 -1
View File
@@ -32,7 +32,7 @@ echo "## validate setup.py install #############################################
deactivate
TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX)
python3 -m venv $TMP_DIR
source "$TMP_DIR/bin/activate"
. "$TMP_DIR/bin/activate"
python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"