Skip to content

Commit

Permalink
Set pip max version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 17, 2025
1 parent 41bc375 commit 8f320b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
. $venv_dir/bin/activate
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV"
echo "$venv_dir/bin" >> "$GITHUB_PATH"
pip install Cython configobj
pip install Cython configobj 'pip<23.1' # Use a pip version that still allows the legacy installation for this breezy version
pip install 'breezy[fastimport,git,launchpad]<3.3' # 3.3+ requires interactive login
fastimport_dir=$venv_dir/lib/python*/site-packages/breezy/plugins/fastimport
# Add missing import and use binary buffer of stdin for Python3 compat
Expand Down

0 comments on commit 8f320b6

Please sign in to comment.