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 b8b9b76 commit 4f6edacCopy full SHA for 4f6edac
.github/workflows/test_client_windows_nightlies.yml
@@ -35,5 +35,5 @@ jobs:
35
export SIMVUE_URL=${{ secrets.SIMVUE_NIGHTLY_URL }}
36
export SIMVUE_TOKEN=${{ secrets.SIMVUE_NIGHTLY_TOKEN }}
37
poetry install --all-extras
38
- poetry run python -m pip install torch
+ # poetry run python -m pip install torch #FIXME: Torch tests skipped
39
poetry run pytest tests/ -m 'not scenario' -m 'not unix'
0 commit comments