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:
@@ -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 ###############################"
|
||||
|
||||
Reference in New Issue
Block a user