Browse Source

Use . rather than source, latter is not always available

pull/868/head
Ross McFarland 4 years ago
parent
commit
b92b23d607
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/cibuild

+ 1
- 1
script/cibuild 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 ###############################"


Loading…
Cancel
Save