Closed bwindels closed 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.
I've tested this locally and it produces a working synapse. It should work on CI as well.
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.