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 68eb572 commit 48c30adCopy full SHA for 48c30ad
.github/workflows/build.yaml
@@ -543,7 +543,7 @@ jobs:
543
run: ${PYTHON} -m pip install --upgrade pip
544
545
- name: Install python package for qpid-proton
546
- run: ${PYTHON} -m pip install --upgrade -r ${{github.workspace}}/qpid-proton/python/ci_requirements.txt
+ run: ${PYTHON} -m pip install --upgrade build wheel flake8 tox cffi
547
548
# https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
549
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
0 commit comments