We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8746a commit 90d11adCopy full SHA for 90d11ad
.github/workflows/conda-package.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Add conda to system path
29
run: echo $CONDA/bin >> $GITHUB_PATH
30
31
+ - name: Disable Anaconda telemetry
32
+ run: echo "ANACONDA_TELEMETRY_STATE=false" >> $GITHUB_ENV
33
+
34
- name: Install conda-build
35
run: conda install conda-build -c conda-forge --override-channels
36
0 commit comments