diff options
author | David Robertson <davidr@element.io> | 2022-04-01 12:12:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 12:12:53 +0100 |
commit | 0af56b807b3713f120a9fbc7057238c86d341e7e (patch) | |
tree | f51d97029eab86fead1e2975c283d877f6162ab9 | |
parent | Merge remote-tracking branch 'origin/develop' into dmr/pyproject-poetry (diff) | |
download | synapse-0af56b807b3713f120a9fbc7057238c86d341e7e.tar.xz |
Olddeps: cat patched pyproject, instead of diffing
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index a08e0d3150..6ca7363417 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -68,7 +68,7 @@ with open('pyproject.toml', 'w') as f: python3 -c "$REMOVE_DEV_DEPENDENCIES" echo "::group::Patched pyproject.toml" -diff -u pyproject.toml-backup pyproject.toml +cat pyproject.toml echo "::endgroup::" pipx install poetry==1.1.12 |