We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e4c71 commit 9d1addaCopy full SHA for 9d1adda
.github/workflows/maturin_builds.yml
@@ -39,6 +39,7 @@ jobs:
39
grep -v "dependencies" | \
40
grep -v "\[" | grep -v "\]" | tr -d '", ' | \
41
xargs pip install
42
+ cpanm IPC::Cmd YAML
43
44
- name: Build wheels
45
uses: PyO3/maturin-action@v1
0 commit comments