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
When I build docs that have no dependencies they can't reference the local modules (for autodoc pieces), to get around this i've added . to requirements.txt and it works fine. Is there something I have missed that would allow it to reference the local modules without having to explicitly install them?
And if not, we provide an SSH key when we are pip installing our repos with dependencies, the SSH key has access to the dependencies.
When using this action it installs inside the alpine docker container, and has no way to access the SSH key, is there a way to provide custom env vars to the docker image so it has access to them when installing?
The text was updated successfully, but these errors were encountered:
There are potentially two issues at play here.
When I build docs that have no dependencies they can't reference the local modules (for autodoc pieces), to get around this i've added
.
to requirements.txt and it works fine. Is there something I have missed that would allow it to reference the local modules without having to explicitly install them?And if not, we provide an SSH key when we are
pip install
ing our repos with dependencies, the SSH key has access to the dependencies.When using this action it installs inside the alpine docker container, and has no way to access the SSH key, is there a way to provide custom env vars to the docker image so it has access to them when installing?
The text was updated successfully, but these errors were encountered: