Skip to content

Commit b8b9b76

Browse files
authored
[skip ci] Update test_client_macos_nightlies.yml
1 parent 8f8a251 commit b8b9b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_client_macos_nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
export SIMVUE_URL=${{ secrets.SIMVUE_NIGHTLY_URL }}
3232
export SIMVUE_TOKEN=${{ secrets.SIMVUE_NIGHTLY_TOKEN }}
3333
poetry install --all-extras
34-
poetry run python -m pip install torch
34+
# poetry run python -m pip install torch #FIXME: Torch tests skipped
3535
poetry run pytest tests/ -m 'not scenario'

0 commit comments

Comments
 (0)