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

Install test requirements, not dev in test-module

This commit is contained in:
Ross McFarland
2022-10-16 17:16:22 -07:00
parent 4d025faa21
commit 7d7cf49522

View File

@@ -24,9 +24,9 @@ echo "## checkout provider module ##############################################
cd $TMP_DIR
git clone "https://github.com/${module}.git"
cd $(basename $module)
echo "## install module dev requirements #############################################"
echo "## install module test requirements #############################################"
if [ -e setup.py ]; then
pip install -e .[dev]
pip install -e .[test]
elif [ -f pyproject.toml ]; then
# install poetry
pip install poetry