Skip to content

Commit 48c30ad

Browse files
authored
Removed call to ci_requirements.txt for Fedora/CentOS (#1760)
1 parent 68eb572 commit 48c30ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ jobs:
543543
run: ${PYTHON} -m pip install --upgrade pip
544544

545545
- name: Install python package for qpid-proton
546-
run: ${PYTHON} -m pip install --upgrade -r ${{github.workspace}}/qpid-proton/python/ci_requirements.txt
546+
run: ${PYTHON} -m pip install --upgrade build wheel flake8 tox cffi
547547

548548
# https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
549549
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files

0 commit comments

Comments
 (0)