Skip to content

Commit 4f6edac

Browse files
authored
[skip ci] Update test_client_windows_nightlies.yml
1 parent b8b9b76 commit 4f6edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_client_windows_nightlies.yml

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

0 commit comments

Comments
 (0)