Skip to content

Commit cd786d2

Browse files
authored
Update main.yml
1 parent 45c5463 commit cd786d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
r-version: '4.3'
2020

21+
- name: Install Gemmi
22+
run: |
23+
python -m pip install --upgrade pip
24+
python -m pip install gemmi
25+
2126
- name: Install dependencies
2227
run: |
2328
Rscript -e 'install.packages("knitr", dependencies = TRUE)'

0 commit comments

Comments
 (0)