File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -66,19 +66,6 @@ stages:
66
66
pool :
67
67
vmImage : ' macOS-latest'
68
68
container : python:3.8
69
-
70
- # strategy:
71
- # matrix:
72
- # Python38LowMatplotlib:
73
- # python.version: '3.8'
74
- # matplotlib.version: '3.1.1'
75
- # Python38HighMatplotlib:
76
- # python.version: '3.8'
77
- # matplotlib.version: '3.5.1'
78
- # Python39HighMatplotlib:
79
- # python.version: '3.9'
80
- # matplotlib.version: '3.5.1'
81
-
82
69
steps :
83
70
- bash : |
84
71
echo "##vso[task.prependpath]$CONDA/bin"
@@ -87,10 +74,10 @@ stages:
87
74
# On Hosted macOS, the agent user doesn't have ownership of Miniconda's installation directory/
88
75
# We need to take ownership if we want to update conda or install packages globally
89
76
- bash : |
90
- echo "user is $USER"
91
- echo "conda is $CONDA"
92
- echo "PATH is $PATH"
93
- sudo chown -R $USER $CONDA
77
+ echo "user is $USER"
78
+ echo "conda is $CONDA"
79
+ echo "PATH is $PATH"
80
+ sudo chown -R $USER $CONDA
94
81
displayName: Take ownership of conda installation
95
82
- bash : |
96
83
conda config --set always_yes yes --set changeps1 no
You can’t perform that action at this time.
0 commit comments