mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
pyproject.toml is a better indicator of poetry
This commit is contained in:
@@ -27,7 +27,7 @@ cd $(basename $module)
|
||||
echo "## install module dev requirements #############################################"
|
||||
if [ -e setup.py ]; then
|
||||
pip install -e .[dev]
|
||||
elif [ -f poetry.toml ]; then
|
||||
elif [ -f pyproject.toml ]; then
|
||||
# install poetry
|
||||
pip install poetry
|
||||
# make sure that poetry doesn't blow away our locally installed octodns
|
||||
|
Reference in New Issue
Block a user