File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,14 @@ jobs:
52
52
- uses : actions/checkout@v3
53
53
54
54
- name : mamba environment and package installation
55
- uses : mamba-org/provision-with- micromamba@main
55
+ uses : mamba-org/setup- micromamba@v1
56
56
with :
57
57
environment-file : devtools/conda-envs/test_env.yaml
58
- channel-priority : " flexible"
58
+ condarc : |
59
+ channel_priority: flexible
59
60
cache-downloads : true
60
- cache-env : true
61
- extra-specs : |
61
+ cache-environment : true
62
+ create-args : >-
62
63
python=${{ matrix.python-version }}
63
64
64
65
- name : Python version information
73
74
- name : Install pybol (fixture staging tool)
74
75
run : |
75
76
python -m pip install pybol
77
+
76
78
- name : Install GROMACS (${{ matrix.gromacs-version }})
77
79
# include mdanalysis here AGAIN to work around micromamba removing mdanalysis
78
80
# while downgrading libxml2 (see issue #252)
You can’t perform that action at this time.
0 commit comments