Skip to content

Commit

Permalink
Use RC of cffi so that build works
Browse files Browse the repository at this point in the history
Once cffi 1.17 is out this commit can be reverted.
It it done first to get around issues with pip's dependency resolver
  • Loading branch information
Mab879 committed Jun 14, 2024
1 parent 05b70ca commit 11a4dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
run: dnf install -y cmake make openscap-utils bats ansible python3-pip ShellCheck git python3-devel gcc-c++ libxml2-devel libxslt-devel libffi-devel
- name: Checkout
uses: actions/checkout@v4
- name: Install deps python, part 1
run: pip install "cffi>=1.17.0rc1"
- name: Install deps python
run: pip install -r requirements-base.txt -r test-requirements.txt
- name: Build
Expand Down

0 comments on commit 11a4dee

Please sign in to comment.