We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0612553 commit a2e93bdCopy full SHA for a2e93bd
1 file changed
.github/workflows/python_jobs.yml
@@ -22,6 +22,9 @@ jobs:
22
update-conda: false
23
python-version: ${{ matrix.python-version }}
24
25
+ - name: Add conda defaults channel
26
+ run: conda config --add channels defaults
27
+
28
- name: Initialize powershell for conda (Windows only)
29
if: runner.os == 'Windows'
30
run: conda init powershell
0 commit comments