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 3bc1c34 commit df5522eCopy full SHA for df5522e
1 file changed
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Configure Conda to only use conda-forge
27
run: |
28
- conda config --remove channels defaults || echo "defaults channel not present"
+ conda config --remove channels defaults
29
conda config --add channels conda-forge
30
conda config --set channel_priority strict
31
0 commit comments