From 8c808e0011807c78cd48bab869e8845191c76067 Mon Sep 17 00:00:00 2001 From: albert bou Date: Thu, 8 Aug 2024 19:05:30 +0200 Subject: [PATCH] improve tests --- .github/unittest/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/unittest/install_dependencies.sh b/.github/unittest/install_dependencies.sh index e70f612..f52ce9d 100644 --- a/.github/unittest/install_dependencies.sh +++ b/.github/unittest/install_dependencies.sh @@ -11,6 +11,7 @@ python -m pip install smi2sdf python -m pip install smi2svg python -m pip install atomInSmiles python -m pip install safe-mol +python -m pip install smizip python -m pip install molbloom # Verify installations