diff options
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |