Skip to content

Commit 304d819

Browse files
committed
use dnf to install pkg
1 parent 981a414 commit 304d819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: "Install python dependencies"
3131
run: |
32-
pip install setuptools pycparser
32+
pip install setuptools
3333
3434
- name: "Build source distribution"
3535
run: |
@@ -89,7 +89,7 @@ jobs:
8989
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9090
CIBW_SKIP: ${{ matrix.cibw_skip }}
9191
PIP_USE_PEP517: 1
92-
CIBW_BEFORE_ALL_LINUX: yum install -y libffi-devel
92+
CIBW_BEFORE_ALL_LINUX: dnf install -y libffi-devel
9393

9494
- name: "Upload artifacts"
9595
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)