We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbedec commit e1b8cadCopy full SHA for e1b8cad
.github/workflows/python.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: PyO3/maturin-action@v1
36
with:
37
target: ${{ matrix.target }}
38
- before-script-linux: 'python3 -m pip --version || python3 -m ensurepip'
+ before-script-linux: 'dnf install -y perl-IPC-Cmd && (python3 -m pip --version || python3 -m ensurepip)'
39
manylinux: '2_28'
40
args: --release --out dist --find-interpreter
41
sccache: 'true'
0 commit comments