There was an error while loading. Please reload this page.
2 parents a628e2f + 0896a1b commit 2853e69Copy full SHA for 2853e69
1 file changed
.github/workflows/ci.yaml
@@ -81,6 +81,9 @@ jobs:
81
- name: micromamba package and testing environment installation (Python ${{ matrix.python-version }}, GROMACS ${{ matrix.gromacs-version }})
82
uses: mamba-org/setup-micromamba@v1
83
with:
84
+ # https://github.com/mamba-org/setup-micromamba/issues/225
85
+ # https://github.com/Becksteinlab/GromacsWrapper/issues/298
86
+ micromamba-version: 1.5.10-0
87
environment-file: ci/conda-envs/test_env.yaml
88
condarc: |
89
channels:
0 commit comments