Skip to content

Commit

Permalink
set conda forge as channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 10, 2024
1 parent 7096576 commit 10673e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ jobs:
shell: bash -el {0}
run: |
python --version
conda install mpi4py openmpi
mamba install pytest pytest-cov coveralls
conda install -c conda-forge mpi4py openmpi
mamba install -c conda-forge pytest pytest-cov coveralls
pip install -e .
- name: List packages
Expand Down

0 comments on commit 10673e4

Please sign in to comment.