Skip to content

Commit 866dcac

Browse files
Replace mamba with conda for package installation in GitHub Actions workflow for rendering demos.
1 parent a1b6e1e commit 866dcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install PyMOL and Xvfb
2929
shell: bash -l {0}
3030
run: |
31-
mamba install -y pymol-open-source xvfb-run
31+
conda install -y pymol-open-source xvfb-run
3232
3333
- name: Render demos
3434
shell: bash -l {0}

0 commit comments

Comments
 (0)