Skip to content

Commit a2e93bd

Browse files
authored
Add conda defaults channel configuration
Add conda defaults channel to workflow
1 parent 0612553 commit a2e93bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python_jobs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
update-conda: false
2323
python-version: ${{ matrix.python-version }}
2424

25+
- name: Add conda defaults channel
26+
run: conda config --add channels defaults
27+
2528
- name: Initialize powershell for conda (Windows only)
2629
if: runner.os == 'Windows'
2730
run: conda init powershell

0 commit comments

Comments
 (0)