Skip to content

Commit 10673e4

Browse files
set conda forge as channel
1 parent 7096576 commit 10673e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ jobs:
399399
shell: bash -el {0}
400400
run: |
401401
python --version
402-
conda install mpi4py openmpi
403-
mamba install pytest pytest-cov coveralls
402+
conda install -c conda-forge mpi4py openmpi
403+
mamba install -c conda-forge pytest pytest-cov coveralls
404404
pip install -e .
405405
406406
- name: List packages

0 commit comments

Comments
 (0)