You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: read TORCH_GROUP directly in smoke tests, drop SMOKE_TEST_TORCH_GROUP
Now that the Makefile exports TORCH_GROUP unconditionally, the
smoke-test-specific SMOKE_TEST_TORCH_GROUP env var was redundant
indirection. ci/nox/noxfile.py reads TORCH_GROUP directly, and
`make test-smoke` no longer needs to translate the Makefile variable
into a differently-named env var for the nox subprocess.
0 commit comments