diff options
author | David Robertson <davidr@element.io> | 2022-04-20 17:33:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 17:33:20 +0100 |
commit | e5a76ec00b443c6e15ac8de2838a5c60a47a67ec (patch) | |
tree | 91978252df6c4d27438b21945015f311ace42c2f /.github | |
parent | Fix Jinja templating error when generating thumbnail URLs. (#12510) (diff) | |
download | synapse-e5a76ec00b443c6e15ac8de2838a5c60a47a67ec.tar.xz |
Dump setuptools; correct pyproject version number (#12478)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7946b76dba..cad4cb6d77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - run: pip install -e . + - run: pip install . - run: scripts-dev/generate_sample_config.sh --check - run: scripts-dev/config-lint.sh |