From 45a23c0ab066e89f04d9ecb0efb19c3ad4ef95d0 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 31 Mar 2022 18:21:03 +0100 Subject: olddeps: echo patch to confirm sed is sensible --- .ci/scripts/test_old_deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index 3915083f1f..3a227f530a 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -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" -- cgit 1.4.1