Skip to content

Commit 6fe6eff

Browse files
authored
[skip ci] Run all Ubuntu tests in nightlies
1 parent 4f6edac commit 6fe6eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_client_ubuntu_nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
export SIMVUE_TOKEN=${{ secrets.SIMVUE_NIGHTLY_TOKEN }}
3535
poetry install --all-extras
3636
# 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
37+
poetry run pytest tests/ -m 'not scenario' -c /dev/null -p no:warnings -n 0 -v

0 commit comments

Comments
 (0)