Skip to content

Commit 80fa45d

Browse files
Enhance GitHub Actions workflow for rendering demos by adding default shell configuration and renaming the job for clarity.
1 parent 528b6da commit 80fa45d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/render-demos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
16+
defaults:
17+
run:
18+
shell: bash -l {0}
19+
name: Render demos
20+
1621
steps:
1722
- uses: actions/checkout@v6
1823
with:
@@ -26,16 +31,11 @@ jobs:
2631
channels: conda-forge,defaults
2732
use-mamba: true
2833

29-
- name: Install Xvfb
30-
run: sudo apt-get update && sudo apt-get install -y xvfb
31-
3234
- name: Install PyMOL
33-
shell: bash -l {0}
3435
run: |
3536
conda install -y pymol-open-source
3637
3738
- name: Render demos
38-
shell: bash -l {0}
3939
env:
4040
PYMOLRC: ${{ github.workspace }}/configs/.pymolrc
4141
run: |

0 commit comments

Comments
 (0)