Skip to content

Commit

Permalink
Install missing Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 17, 2025
1 parent 7447dcc commit f0719aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/synchronize-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
. $venv_dir/bin/activate
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV"
echo "$venv_dir/bin" >> "$GITHUB_PATH"
pip install --upgrade pip
pip install Cython
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 f0719aa

Please sign in to comment.