Skip to content

Commit

Permalink
fix: temporarily use the pip install method for the setup-matrix-syna…
Browse files Browse the repository at this point in the history
…pse action

Until michaelkaye/setup-matrix-synapse#95 is properly resolved.
  • Loading branch information
bnjbvr committed Aug 21, 2023
1 parent 64f3bc6 commit c75ce9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c75ce9f

Please sign in to comment.