Skip to content

Commit 90d11ad

Browse files
committed
Attempt disabling Anaconda telemetry
1 parent 3b8746a commit 90d11ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Add conda to system path
2929
run: echo $CONDA/bin >> $GITHUB_PATH
3030

31+
- name: Disable Anaconda telemetry
32+
run: echo "ANACONDA_TELEMETRY_STATE=false" >> $GITHUB_ENV
33+
3134
- name: Install conda-build
3235
run: conda install conda-build -c conda-forge --override-channels
3336

0 commit comments

Comments
 (0)