From c75ce9f6470b8d94d80cb2e1e1dedeac6e7c53d9 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 21 Aug 2023 11:30:32 +0200 Subject: [PATCH] fix: temporarily use the pip install method for the setup-matrix-synapse action Until https://github.com/michaelkaye/setup-matrix-synapse/issues/95 is properly resolved. --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e2dfe55962..426131f351b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -408,7 +408,7 @@ jobs: - uses: michaelkaye/setup-matrix-synapse@main with: - installer: poetry + installer: venv # TODO revert to poetry once https://github.com/michaelkaye/setup-matrix-synapse/issues/95 is fixed uploadLogs: true httpPort: 8228 disableRateLimiting: true diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9e1b9f1e2ee..9c11b984731 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,7 +50,7 @@ jobs: - uses: michaelkaye/setup-matrix-synapse@main with: - installer: poetry + installer: venv # TODO revert to poetry once https://github.com/michaelkaye/setup-matrix-synapse/issues/95 is fixed uploadLogs: true httpPort: 8228 disableRateLimiting: true