Skip to content

Commit 6e0bffa

Browse files
authored
NO-JIRA: Install cffi as build dependency of latest Qpid Proton Python (#1660)
1 parent 7e7087f commit 6e0bffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
architecture: x64
105105

106106
- name: Install Python build dependencies
107-
run: python -m pip install setuptools wheel tox
107+
run: python -m pip install setuptools wheel tox cffi
108108

109109
- name: Install Linux build dependencies
110110
if: ${{ runner.os == 'Linux' }}
@@ -375,7 +375,7 @@ jobs:
375375
run: dnf install -y python39-devel python39-pip
376376

377377
- name: Install Python build dependencies
378-
run: python3 -m pip install setuptools wheel tox
378+
run: python3 -m pip install setuptools wheel tox cffi
379379

380380
# https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
381381
- name: Prepare ccache timestamp

0 commit comments

Comments
 (0)