Skip to content

Commit

Permalink
GHA CI: add missing cffi package for proton dependency (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti authored Jul 17, 2023
1 parent b1a804e commit b9ffb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
architecture: x64

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

- name: Install Linux build dependencies
run: |
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
run: dnf install -y util-linux-core python3-devel python3-pip

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

# https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
Expand Down Expand Up @@ -870,7 +870,7 @@ jobs:
dnf debuginfo-install -y python3
- name: Install Python build dependencies
run: python3 -m pip install setuptools wheel tox
run: python3 -m pip install setuptools wheel tox cffi

- name: Install Python runtime/test dependencies
run: python3 -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt
Expand Down

0 comments on commit b9ffb33

Please sign in to comment.