We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25689ec commit 19f32d8Copy full SHA for 19f32d8
1 file changed
.github/workflows/CI.yml
@@ -214,9 +214,7 @@ jobs:
214
uses: PyO3/maturin-action@v1
215
with:
216
command: develop
217
- args: --release
218
- - name: Install test dependencies
219
- run: pip install -e ".[test]"
+ args: --release --extras test
220
- name: Run coverage
221
run: pytest --cov=e57 --cov-report=term-missing --cov-report=xml
222
- name: Upload coverage artifact
0 commit comments