Skip to content

Conversation

chriselion
Copy link
Contributor

Proposed change(s)

Not sure if there's a good way to DRY this up. It should be redundant eventually when the CI images have a pip.ini/pip.conf file that make this the default.

@chriselion chriselion requested a review from awjuliani July 29, 2020 17:59
pip install grpcio-tools==1.13.0 --progress-bar=off
pip install mypy-protobuf==1.16.0 --progress-bar=off
pip install --upgrade pip --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
pip install grpcio==1.28.1 grpcio-tools==1.13.0 protobuf==3.11.3 six==1.14.0 mypy-protobuf==1.16.0 --progress-bar=off --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out that wasn't the cause of the delta (but still worth doing).



class UnityToExternalProtoStub:
class UnityToExternalProtoStub(object):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow up jira: https://jira.unity3d.com/browse/MLA-1215
We should have run the proto check test when these were modified.

@chriselion chriselion merged commit 39de5bc into master Jul 29, 2020
@delete-merged-branch delete-merged-branch bot deleted the yamato-more-pip-fixes branch July 29, 2020 18:59
chriselion pushed a commit that referenced this pull request Jul 31, 2020
* pass artifactory url for all pip calls in yamato

* pip proto generation libs

* undo pyupgrade on generated code
surfnerd pushed a commit that referenced this pull request Aug 19, 2020
* pass artifactory url for all pip calls in yamato

* pip proto generation libs

* undo pyupgrade on generated code
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants