Skip to content

Commit 81a7959

Browse files
authored
Set permissions to conda folder (#10880)
* Set permissions to conda folder * Update change log
1 parent 16a4bcf commit 81a7959

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020.3.1 (30 March 2020)
3+
## 2020.3.1 (31 March 2020)
44

55
### Fixes
66

build/ci/templates/test_phases.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ steps:
129129
displayName: 'Downgrade pywin32 on Windows / Python 3.6'
130130
condition: and(succeeded(), eq(variables['NeedsPythonFunctionalReqs'], 'true'), eq(variables['Agent.Os'], 'Windows_NT'), eq(variables['PythonVersion'], '3.6'))
131131
132+
# On MAC let CONDA update install paths
133+
- bash: |
134+
sudo chown -R $USER $CONDA
135+
displayName: 'Give CONDA permission to its own files'
136+
condition: and(succeeded(), eq(variables['Agent.Os'], 'Darwin'))
137+
132138
# Install the requirements for ipython tests.
133139
#
134140
# This task will only run if variable `NeedsIPythonReqs` is true.

0 commit comments

Comments
 (0)