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
Right now we first install dependencies via pip, then run the setup for the test environment, which also installs dependencies, but they've already been installed.
To better replicate an environment where the Rucio dependencies would be installed via the setup instructions, let's remove the pip dependency install step
The text was updated successfully, but these errors were encountered:
rdimaio
changed the title
Install dependencies from the setup instructions, instead of manually installing them via pip beforehand
Rucio dependencies in test environments should be installed the same way they are installed when Rucio is installed as a package
Aug 2, 2024
Right now we first install dependencies via
pip
, then run thesetup
for the test environment, which also installs dependencies, but they've already been installed.To better replicate an environment where the Rucio dependencies would be installed via the setup instructions, let's remove the
pip
dependency install stepThe text was updated successfully, but these errors were encountered: