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 8f8a251 commit b8b9b76Copy full SHA for b8b9b76
.github/workflows/test_client_macos_nightlies.yml
@@ -31,5 +31,5 @@ jobs:
31
export SIMVUE_URL=${{ secrets.SIMVUE_NIGHTLY_URL }}
32
export SIMVUE_TOKEN=${{ secrets.SIMVUE_NIGHTLY_TOKEN }}
33
poetry install --all-extras
34
- poetry run python -m pip install torch
+ # poetry run python -m pip install torch #FIXME: Torch tests skipped
35
poetry run pytest tests/ -m 'not scenario'
0 commit comments