We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6edac commit 6fe6effCopy full SHA for 6fe6eff
.github/workflows/test_client_ubuntu_nightlies.yml
@@ -34,4 +34,4 @@ jobs:
34
export SIMVUE_TOKEN=${{ secrets.SIMVUE_NIGHTLY_TOKEN }}
35
poetry install --all-extras
36
# poetry run python -m pip install torch --index-url https://download.pytorch.org/whl/cpu FIXME: PyTorch current broken for Python3.13
37
- poetry run pytest tests/ -x --cov --cov-report=xml -m 'not scenario' -c /dev/null -p no:warnings -n 0 -v
+ poetry run pytest tests/ -m 'not scenario' -c /dev/null -p no:warnings -n 0 -v
0 commit comments