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
This was fine on GitHub workflows where we reactivate a venv, but we should probably suggest users make sure that they are running it from within a venv to avoid environment pollution.
The text was updated successfully, but these errors were encountered:
jatkinson1000
changed the title
Test suite pip installs into base environment
Test suite pip installs into current environment
Jan 29, 2025
The test script installs the dependencies for all integration tests via pip:
FTorch/run_test_suite.sh
Lines 83 to 96 in c21040d
but they go into the current environment.
This was fine on GitHub workflows where we reactivate a venv, but we should probably suggest users make sure that they are running it from within a venv to avoid environment pollution.
The text was updated successfully, but these errors were encountered: