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 7096576 commit 10673e4Copy full SHA for 10673e4
.github/workflows/CI.yml
@@ -399,8 +399,8 @@ jobs:
399
shell: bash -el {0}
400
run: |
401
python --version
402
- conda install mpi4py openmpi
403
- mamba install pytest pytest-cov coveralls
+ conda install -c conda-forge mpi4py openmpi
+ mamba install -c conda-forge pytest pytest-cov coveralls
404
pip install -e .
405
406
- name: List packages
0 commit comments