diff options
author | David Robertson <davidr@element.io> | 2022-03-31 11:01:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:01:26 +0100 |
commit | 9a3f1f53832bd320354fe3858ee8959d723748ad (patch) | |
tree | 9b6028e03b6420ed6ce34cc889d5e4436894dccb /.github | |
parent | Ensure the type of URL attributes is always str when matching against preview... (diff) | |
download | synapse-9a3f1f53832bd320354fe3858ee8959d723748ad.tar.xz |
Nuke the tox `packaging` job (#12334)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5450edfb6..5c29867cc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,6 @@ jobs: - "check_codestyle" - "check_isort" - "mypy" - - "packaging" steps: - uses: actions/checkout@v2 |