Skip to content
Snippets Groups Projects
Commit b35d2e00 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Do not set MEDNET_DEVICE

parent 64f3a314
No related branches found
No related tags found
1 merge request!64Add object detection
Pipeline #91919 passed
......@@ -166,7 +166,7 @@ test-cov = "pytest -sv --cov-report 'html:html/coverage' tests/"
test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
[tool.pixi.feature.test.target.osx-arm64.tasks]
test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && MEDNET_DEVICE=mps PYTORCH_ENABLE_MPS_FALLBACK=1 pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
[tool.pixi.feature.build.dependencies]
hatch = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment