Skip to content

Commit

Permalink
Synapse: Upgrade all deps when pip installing (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Apr 14, 2022
1 parent 31c5b1e commit c34360b
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 c34360b

Please sign in to comment.