We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7447dcc commit f0719aaCopy full SHA for f0719aa
.github/workflows/synchronize-launchpad.yml
@@ -23,6 +23,8 @@ jobs:
23
. $venv_dir/bin/activate
24
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> "$GITHUB_ENV"
25
echo "$venv_dir/bin" >> "$GITHUB_PATH"
26
+ pip install --upgrade pip
27
+ pip install Cython
28
pip install 'breezy[fastimport,git,launchpad]<3.3' # 3.3+ requires interactive login
29
fastimport_dir=$venv_dir/lib/python*/site-packages/breezy/plugins/fastimport
30
# Add missing import and use binary buffer of stdin for Python3 compat
0 commit comments