@@ -69,44 +69,44 @@ jobs:
69
69
export CODECOV_TOKEN="1158b545-b00a-4a84-a6f9-2bc2c4265d8b"
70
70
bash <(curl -s https://codecov.io/bash) -f coverage.xml
71
71
72
- - job : ubuntu2004
73
- displayName : Ubuntu 20.04
74
- pool :
75
- vmImage : ' ubuntu-20.04'
76
- strategy :
77
- matrix :
78
- Python37 :
79
- python.version : ' 3.7'
80
- Python38 :
81
- python.version : ' 3.8'
82
- Python39 :
83
- python.version : ' 3.9'
84
- steps :
85
- - task : UsePythonVersion@0
86
- inputs :
87
- versionSpec : ' $(python.version)'
88
- displayName : ' Use Python $(python.version)'
89
- - bash : |
90
- #echo ========================= Conda ENV ===========================
91
- #conda config --env --add channels conda-forge
92
- #echo ========================= update Conda ENV ===========================
93
- #conda update -y --prefix /usr/share/miniconda anaconda
94
- #echo ========================= 1 update Conda ENV ===========================
95
- #conda update -y libgcc-ng=9.3 libstdcxx-ng=9.3
96
- echo ========================= create Conda ENV ===========================
97
- conda create -q -y -n dpnp$(python.version) python=$(python.version) libgcc-ng=9.3 libstdcxx-ng=9.3
98
- . /usr/share/miniconda/etc/profile.d/conda.sh
99
- conda activate dpnp$(python.version)
100
-
101
- echo ========================= install OneAPI =================================
102
- # . ./scripts/install_cmake_lin.sh
103
- ./scripts/install_system_deps.sh # no intel python
104
- ./scripts/install_python_deps.sh # numpy, conda-build and etc.
105
- echo ========================= build DPNP ==========================
106
- ./0.build.sh
107
- echo ========================= run tests ======================================
108
- . ./0.env.sh
109
- pytest -s
72
+ # - job: ubuntu2004
73
+ # displayName: Ubuntu 20.04
74
+ # pool:
75
+ # vmImage: 'ubuntu-20.04'
76
+ # strategy:
77
+ # matrix:
78
+ # Python37:
79
+ # python.version: '3.7'
80
+ # Python38:
81
+ # python.version: '3.8'
82
+ # Python39:
83
+ # python.version: '3.9'
84
+ # steps:
85
+ # - task: UsePythonVersion@0
86
+ # inputs:
87
+ # versionSpec: '$(python.version)'
88
+ # displayName: 'Use Python $(python.version)'
89
+ # - bash: |
90
+ # #echo ========================= Conda ENV ===========================
91
+ # #conda config --env --add channels conda-forge
92
+ # #echo ========================= update Conda ENV ===========================
93
+ # #conda update -y --prefix /usr/share/miniconda anaconda
94
+ # #echo ========================= 1 update Conda ENV ===========================
95
+ # #conda update -y libgcc-ng=9.3 libstdcxx-ng=9.3
96
+ # echo ========================= create Conda ENV ===========================
97
+ # conda create -q -y -n dpnp$(python.version) python=$(python.version) libgcc-ng=9.3 libstdcxx-ng=9.3
98
+ # . /usr/share/miniconda/etc/profile.d/conda.sh
99
+ # conda activate dpnp$(python.version)
100
+ #
101
+ # echo ========================= install OneAPI =================================
102
+ # # . ./scripts/install_cmake_lin.sh
103
+ # ./scripts/install_system_deps.sh # no intel python
104
+ # ./scripts/install_python_deps.sh # numpy, conda-build and etc.
105
+ # echo ========================= build DPNP ==========================
106
+ # ./0.build.sh
107
+ # echo ========================= run tests ======================================
108
+ # . ./0.env.sh
109
+ # pytest -s
110
110
111
111
- job : conda_build_ubuntu2004
112
112
displayName : conda-build Ubuntu 20.04
0 commit comments