Skip to content

Commit c534c00

Browse files
committed
fix indentation
1 parent ab496c2 commit c534c00

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@ stages:
6666
pool:
6767
vmImage: 'macOS-latest'
6868
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-
8269
steps:
8370
- bash: |
8471
echo "##vso[task.prependpath]$CONDA/bin"
@@ -87,10 +74,10 @@ stages:
8774
# On Hosted macOS, the agent user doesn't have ownership of Miniconda's installation directory/
8875
# We need to take ownership if we want to update conda or install packages globally
8976
- 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
9481
displayName: Take ownership of conda installation
9582
- bash: |
9683
conda config --set always_yes yes --set changeps1 no

0 commit comments

Comments
 (0)