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:
@@ -24,9 +24,9 @@ echo "## checkout provider module ##############################################
|
|||||||
cd $TMP_DIR
|
cd $TMP_DIR
|
||||||
git clone "https://github.com/${module}.git"
|
git clone "https://github.com/${module}.git"
|
||||||
cd $(basename $module)
|
cd $(basename $module)
|
||||||
echo "## install module dev requirements #############################################"
|
echo "## install module test requirements #############################################"
|
||||||
if [ -e setup.py ]; then
|
if [ -e setup.py ]; then
|
||||||
pip install -e .[dev]
|
pip install -e .[test]
|
||||||
elif [ -f pyproject.toml ]; then
|
elif [ -f pyproject.toml ]; then
|
||||||
# install poetry
|
# install poetry
|
||||||
pip install poetry
|
pip install poetry
|
||||||
|
|||||||
Reference in New Issue
Block a user