1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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 ###############################"