matrix-org / matrix-react-end-to-end-tests

End to end tests for the matrix react web app
2 stars 2 forks source link

Fix synapse installation #50

Closed bwindels closed 5 years ago

bwindels commented 5 years ago

The installation is failing on CI because the dependencies of synapse develop and master diverged recently.

We were installing the dependencies for synapse master through pip, and then running synapse develop downloaded from github with it.

This installs synapse develop + dependencies with pip.

bwindels commented 5 years ago

I've tested this locally and it produces a working synapse. It should work on CI as well.