mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Try to get sed -i that'll work on both OSX and linux
This commit is contained in:
@ -31,7 +31,7 @@ elif [ -f pyproject.toml ]; then
|
||||
# install poetry
|
||||
pip install poetry
|
||||
# make sure that poetry doesn't blow away our locally installed octodns
|
||||
sed -i '' '/^octodns =/d' pyproject.toml
|
||||
sed -i'.bak' '/^octodns =/d' pyproject.toml
|
||||
# now install all the deps
|
||||
poetry install --no-root -v
|
||||
else
|
||||
|
Reference in New Issue
Block a user