Skip to content

Commit fd5d71b

Browse files
Update azure-pipelines.yml
1 parent 5db3759 commit fd5d71b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ variables:
2929
# Install dotnet
3030
sudo apt-get install -y dotnet-sdk-6.0
3131
32-
# # Install Miniconda
33-
# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
34-
# mkdir -p ~/miniconda3
35-
# wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
36-
# bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
37-
# rm -rf ~/miniconda3/miniconda.sh
38-
39-
# # Install cmake, clang and gxx_linux-
40-
# eval "$(~/miniconda3/bin/conda shell.bash hook)"
41-
# source activate base
42-
# # Add forge channel
43-
# conda config --add channels conda-forge
44-
# conda install -y cmake=3.22.1 clang=8.0.0 clangxx=8.0.0 gcc=8.5.0 gxx=8.5.0
45-
46-
4732
resources:
4833
containers:
4934
# - container: CentosContainer

0 commit comments

Comments
 (0)