diff --git a/script/cibuild b/script/cibuild index e3a4996..b234789 100755 --- a/script/cibuild +++ b/script/cibuild @@ -37,6 +37,5 @@ python setup.py install octodns-sync --help echo "## validate tests can run against installed code ###############################" pip install .[dev] -cd $TMP_DIR pytest --disable-network echo "## complete ####################################################################"