From 51121affdea477f97ce24006347c00240594c3a0 Mon Sep 17 00:00:00 2001 From: albert bou Date: Tue, 6 Aug 2024 11:24:32 +0200 Subject: [PATCH] update ci scripts --- .github/unittests/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/unittests/install_dependencies.sh b/.github/unittests/install_dependencies.sh index 32e3ecc..071b16f 100644 --- a/.github/unittests/install_dependencies.sh +++ b/.github/unittests/install_dependencies.sh @@ -1,5 +1,5 @@ python -m pip install --upgrade pip -python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision, MolScore, promptsmiles +python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision MolScore promptsmiles if [ -f requirements.txt ]; then pip install -r requirements.txt; fi