Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/synapse_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,10 @@ else
# directory.
# The virtual env will already be populated with dependencies from the
# Docker build.
# Keeping this option around allows us to `pip install` from wheel in synapse's
# "latest dependencies" job.
echo "Installing Synapse using pip..."
/venv/bin/pip install -q --upgrade --no-cache-dir /synapse[all]
/venv/bin/pip install -q --upgrade --upgrade-strategy eager --no-cache-dir /synapse[all]
fi

/venv/bin/pip install -q --upgrade --no-cache-dir \
Expand Down