Skip to content

Commit 49533b8

Browse files
committed
Install missing Python package
1 parent fad3886 commit 49533b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/synchronize-launchpad.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
. $venv_dir/bin/activate
2424
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV"
2525
echo "$venv_dir/bin" >> "$GITHUB_PATH"
26+
pip install Cython configobj
2627
pip install 'breezy[fastimport,git,launchpad]<3.3' # 3.3+ requires interactive login
2728
fastimport_dir=$venv_dir/lib/python*/site-packages/breezy/plugins/fastimport
2829
# Add missing import and use binary buffer of stdin for Python3 compat

0 commit comments

Comments
 (0)