Skip to content

Commit 19f32d8

Browse files
authored
Fix double-install: use maturin develop --extras test instead of separate pip install step
1 parent 25689ec commit 19f32d8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,7 @@ jobs:
214214
uses: PyO3/maturin-action@v1
215215
with:
216216
command: develop
217-
args: --release
218-
- name: Install test dependencies
219-
run: pip install -e ".[test]"
217+
args: --release --extras test
220218
- name: Run coverage
221219
run: pytest --cov=e57 --cov-report=term-missing --cov-report=xml
222220
- name: Upload coverage artifact

0 commit comments

Comments
 (0)