We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c873b commit 8215107Copy full SHA for 8215107
scripts/synapse_sytest.sh
@@ -158,8 +158,10 @@ else
158
# directory.
159
# The virtual env will already be populated with dependencies from the
160
# Docker build.
161
+ # Keeping this option around allows us to `pip install` from wheel in synapse's
162
+ # "latest dependencies" job.
163
echo "Installing Synapse using pip..."
- /venv/bin/pip install -q --upgrade --no-cache-dir /synapse[all]
164
+ /venv/bin/pip install -q --upgrade --upgrade-strategy eager --no-cache-dir /synapse[all]
165
fi
166
167
/venv/bin/pip install -q --upgrade --no-cache-dir \
0 commit comments