-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses a pull step to install Python dependencies (#57)
If we use the `pip_packages` job variable, that will end up being passed as `EXTRA_PIP_PACKAGES`, which are installed much earlier in the Docker entrypoint rather than in Python after we have logging established. By moving these to a pull step, we will be able to get better visibility into failures with the installation. Part of ENG-1050
- Loading branch information
1 parent
0f138cc
commit 9bedd5e
Showing
2 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters