Skip to content

Commit

Permalink
Synapse: Upgrade all deps when pip installing
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 14, 2022
1 parent 69c873b commit 8215107
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 8215107

Please sign in to comment.