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
I was using two deployment scripts test.yml and documentation.yml to run the pytest and build the Sphinx documentation. However, this is not ideal, as the dependencies have to be installed anew each time these scripts run.
Need to come up with maybe a cron job? Or something sensible for the deployment scripts.
Now I am just running documentation.yml.
The text was updated successfully, but these errors were encountered:
I was using two deployment scripts
test.yml
anddocumentation.yml
to run the pytest and build the Sphinx documentation. However, this is not ideal, as the dependencies have to be installed anew each time these scripts run.Need to come up with maybe a cron job? Or something sensible for the deployment scripts.
Now I am just running
documentation.yml
.The text was updated successfully, but these errors were encountered: