Skip to content

Commit a1b6e1e

Browse files
Update GitHub Actions workflow to enable auto-updating of conda and set the active environment to pymol, while also utilizing mamba for package installation.
1 parent 1b98d95 commit a1b6e1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/render-demos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Setup Miniconda
2222
uses: conda-incubator/setup-miniconda@v3
2323
with:
24-
miniforge-variant: Mambaforge
24+
auto-update-conda: true
25+
activate-environment: pymol
2526
channels: conda-forge,defaults
26-
channel-priority: strict
27-
27+
use-mamba: true
2828
- name: Install PyMOL and Xvfb
2929
shell: bash -l {0}
3030
run: |

0 commit comments

Comments
 (0)