We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cf48d commit 53daa9eCopy full SHA for 53daa9e
1 file changed
.github/workflows/python-test.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
python-version: "3.13"
80
81
- - run: pip install pytest pytest-asyncio "maturin[patchelf]"
+ - run: pip install pytest pytest-asyncio maturin
82
83
- run: pip install -e .
84
env:
0 commit comments