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 all python dependencies are in one requirements.txt file - ingest library and anything needed for the python scripts run in the CI workflow. It takes about 45 sec to install everything because the ingest library has a lot of depedendencies.
Some CI jobs only need the Python deps that are required by the Python CI scripts. We should have two requirements.txt files so that we can separate the ingest developer requirements and the CI requirements. This will likely speed up the setup time for several jobs in the CI workflow
The text was updated successfully, but these errors were encountered:
Right now all python dependencies are in one requirements.txt file - ingest library and anything needed for the python scripts run in the CI workflow. It takes about 45 sec to install everything because the ingest library has a lot of depedendencies.
Some CI jobs only need the Python deps that are required by the Python CI scripts. We should have two requirements.txt files so that we can separate the ingest developer requirements and the CI requirements. This will likely speed up the setup time for several jobs in the CI workflow
The text was updated successfully, but these errors were encountered: