Browse Source

Try to get sed -i that'll work on both OSX and linux

pull/951/head
Ross McFarland 3 years ago
parent
commit
9ded28204c
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/test-module

+ 1
- 1
script/test-module View File

@ -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


Loading…
Cancel
Save