1
0

olddeps: echo patch to confirm sed is sensible

This commit is contained in:
David Robertson
2022-03-31 18:21:03 +01:00
parent 6fd43c4b93
commit 45a23c0ab0

View File

@@ -61,6 +61,10 @@ with open('pyproject.toml', 'w') as f:
"
python3 -c "$REMOVE_DEV_DEPENDENCIES"
echo "::group::Patched pyproject.toml"
diff -u pyproject.toml-backup pyproject.toml
echo "::endgroup::"
pipx install poetry==1.1.12
~/.local/bin/poetry lock
~/.local/bin/poetry install -E "all test"