Fix venv test failures on mac#10725
Merged
Merged
Conversation
IanMatthewHuff
requested changes
Mar 23, 2020
| sudo chown -R $USER $CONDA | ||
| displayName: 'Give CONDA permission to its own files' | ||
| condition: and(succeeded(), eq(variables['NeedsPythonFunctionalReqs'], 'true'), eq(variables['Agent.Os'], 'Darwin')) | ||
| condition: and(succeeded(), 'true'), eq(variables['Agent.Os'], 'Darwin')) |
Member
There was a problem hiding this comment.
The parens look off here.
|
Kudos, SonarCloud Quality Gate passed!
|
IanMatthewHuff
approved these changes
Mar 23, 2020
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The venv-test is failing on mac for all CI runs
https://dev.azure.com/ms/vscode-python/_build/results?buildId=69191&view=logs&j=67dd891a-c21e-5444-1dc6-ca8b091da2c5&t=9223d52d-8b3b-56f5-7c2a-602872b7a02a
Looks to me like it's a permission problem with conda