Skip to content

Commit 41e85b1

Browse files
author
Martin Urban
committed
Update GHA IX
1 parent 523e24e commit 41e85b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unix_like_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Ubuntu
3737
if: runner.os == 'Linux'
3838
run: |
39-
sudo apt-get update -y && sudo apt-get install git build-essential libxmu-dev libxi-dev libgl-dev libglew-dev libpng-dev libfreetype6-dev libxml2-dev libmsgpack-dev libglm-dev libnetcdf-dev autoconf perl -y
39+
sudo apt-get update -y && sudo apt-get install git build-essential libxmu-dev libxi-dev libgl-dev libglew-dev libpng-dev libfreetype6-dev libxml2-dev libmsgpack-dev libglm-dev libnetcdf-dev autoconf perl perl-openssl-defaults -y
4040
4141
- name: Setup IPC::cmd perl for Ubuntu
4242
if: runner.os == 'Linux'

tests/test_pymol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
def test_fetch() -> None:
3535
"""Tests if the fetch command works correctly."""
3636
cmd.fetch("3bmp")
37+
cmd.save(str(pathlib.Path(_FILEPATH / "3bmp.cif")), "3bmp")
3738
assert pathlib.Path(_FILEPATH / "3bmp.cif").exists() is True
3839
assert cmd.get_model("3bmp").atom[0].model == "3bmp"

0 commit comments

Comments
 (0)