Skip to content

Commit 3885fc2

Browse files
committed
update to mamba-org/setup-micromamba
fix #251
1 parent afb1ced commit 3885fc2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ jobs:
5252
- uses: actions/checkout@v3
5353

5454
- name: mamba environment and package installation
55-
uses: mamba-org/provision-with-micromamba@main
55+
uses: mamba-org/setup-micromamba@v1
5656
with:
5757
environment-file: devtools/conda-envs/test_env.yaml
58-
channel-priority: "flexible"
58+
condarc: |
59+
channel_priority: flexible
5960
cache-downloads: true
60-
cache-env: true
61-
extra-specs: |
61+
cache-environment: true
62+
create-args: >-
6263
python=${{ matrix.python-version }}
6364
6465
- name: Python version information
@@ -73,6 +74,7 @@ jobs:
7374
- name: Install pybol (fixture staging tool)
7475
run: |
7576
python -m pip install pybol
77+
7678
- name: Install GROMACS (${{ matrix.gromacs-version }})
7779
# include mdanalysis here AGAIN to work around micromamba removing mdanalysis
7880
# while downgrading libxml2 (see issue #252)

0 commit comments

Comments
 (0)