We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030456b commit 7fc0bb0Copy full SHA for 7fc0bb0
1 file changed
.github/workflows/python-test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- run: pip install pytest pytest-asyncio "maturin[patchelf]"
47
48
- - run: maturin develop --features mimalloc
+ - run: pip install -e .
49
env:
50
RUST_BACKTRACE: 1
51
@@ -79,7 +79,7 @@ jobs:
79
with:
80
python-version: "3.13"
81
82
- - run: pip install pytest pytest-asyncio maturin
+ - run: pip install pytest pytest-asyncio "maturin[patchelf]"
83
84
- run: pip install -e .
85
0 commit comments