|
27 | 27 | bash miniconda.sh -b -u -p ./miniconda3;
|
28 | 28 | rm -rf miniconda.sh;
|
29 | 29 | export PATH=/home/pyompuser/miniconda3/bin:\${PATH};
|
30 |
| - conda install -y -c conda-forge conda-build conda-verify anaconda-client; |
| 30 | + conda remove --name base conda-anaconda-telemetry |
| 31 | + conda install -q -y -c conda-forge conda-build conda-verify anaconda-client; |
31 | 32 | conda config --set anaconda_upload yes;
|
32 | 33 | SETUP_REPO: |
|
33 | 34 | git clone https://github.com/Python-for-HPC/PyOMP;
|
|
60 | 61 | show-channel-urls: true
|
61 | 62 | - name: Build and upload llvm-openmp-dev
|
62 | 63 | run: |
|
63 |
| - conda install -y -c conda-forge conda-build conda-verify anaconda-client; |
| 64 | + conda remove --name base conda-anaconda-telemetry |
| 65 | + conda install -q -y -c conda-forge conda-build conda-verify anaconda-client; |
64 | 66 | conda config --set anaconda_upload yes;
|
65 | 67 | conda build --user python-for-hpc --label ${{ inputs.label }} \
|
66 | 68 | -c python-for-hpc -c conda-forge \
|
|
92 | 94 | show-channel-urls: true
|
93 | 95 | - name: Build and upload llvmlite
|
94 | 96 | run: |
|
95 |
| - conda install -y -c conda-forge conda-build conda-verify anaconda-client; |
| 97 | + conda remove --name base conda-anaconda-telemetry |
| 98 | + conda install -q -y -c conda-forge conda-build conda-verify anaconda-client; |
96 | 99 | conda config --set anaconda_upload yes;
|
97 | 100 | conda build --user python-for-hpc --label ${{ inputs.label }} \
|
98 | 101 | -c python-for-hpc -c conda-forge \
|
@@ -124,7 +127,8 @@ jobs:
|
124 | 127 | show-channel-urls: true
|
125 | 128 | - name: Build and upload numba
|
126 | 129 | run: |
|
127 |
| - conda install -y -c conda-forge conda-build conda-verify anaconda-client; |
| 130 | + conda remove --name base conda-anaconda-telemetry |
| 131 | + conda install -q -y -c conda-forge conda-build conda-verify anaconda-client; |
128 | 132 | conda config --set anaconda_upload yes;
|
129 | 133 | conda build --user python-for-hpc --label ${{ inputs.label }} \
|
130 | 134 | -c python-for-hpc -c conda-forge \
|
@@ -156,7 +160,8 @@ jobs:
|
156 | 160 | show-channel-urls: true
|
157 | 161 | - name: Build and upload pyomp
|
158 | 162 | run: |
|
159 |
| - conda install -y -c conda-forge conda-build conda-verify anaconda-client; |
| 163 | + conda remove --name base conda-anaconda-telemetry |
| 164 | + conda install -q -y -c conda-forge conda-build conda-verify anaconda-client; |
160 | 165 | conda config --set anaconda_upload yes;
|
161 | 166 | conda build --user python-for-hpc --label ${{ inputs.label }} \
|
162 | 167 | -c python-for-hpc -c conda-forge \
|
|
0 commit comments