Skip to content

Commit 7fc0bb0

Browse files
committed
Revert test workflow
1 parent 030456b commit 7fc0bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- run: pip install pytest pytest-asyncio "maturin[patchelf]"
4747

48-
- run: maturin develop --features mimalloc
48+
- run: pip install -e .
4949
env:
5050
RUST_BACKTRACE: 1
5151

@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
python-version: "3.13"
8181

82-
- run: pip install pytest pytest-asyncio maturin
82+
- run: pip install pytest pytest-asyncio "maturin[patchelf]"
8383

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

0 commit comments

Comments
 (0)