Skip to content

Commit 53daa9e

Browse files
committed
Fix test workflow
1 parent 00cf48d commit 53daa9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
python-version: "3.13"
8080

81-
- run: pip install pytest pytest-asyncio "maturin[patchelf]"
81+
- run: pip install pytest pytest-asyncio maturin
8282

8383
- run: pip install -e .
8484
env:

0 commit comments

Comments
 (0)