From 0f4f8c199f8709d4b96fe3dd59049a2842f70838 Mon Sep 17 00:00:00 2001 From: albert bou Date: Tue, 6 Aug 2024 16:58:17 +0200 Subject: [PATCH] ci --- .github/unittest/install_dependencies.sh | 4 +++- .github/unittest/install_dependencies.shyy | 7 ------- .github/unittest/install_dependencies_nightly.sh | 1 + 3 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .github/unittest/install_dependencies.shyy diff --git a/.github/unittest/install_dependencies.sh b/.github/unittest/install_dependencies.sh index 071b16f..4988803 100644 --- a/.github/unittest/install_dependencies.sh +++ b/.github/unittest/install_dependencies.sh @@ -1,5 +1,7 @@ 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 +python -m pip install rdkit==2023.3.3 +python -m pip MolScore promptsmiles if [ -f requirements.txt ]; then pip install -r requirements.txt; fi diff --git a/.github/unittest/install_dependencies.shyy b/.github/unittest/install_dependencies.shyy deleted file mode 100644 index 972e099..0000000 --- a/.github/unittest/install_dependencies.shyy +++ /dev/null @@ -1,7 +0,0 @@ -python -m pip install --upgrade pip -python -m pip install flake8 pytest pytest-cov hydra-core tqdm torch torchvision, MolScore, promptsmiles - -pip install torchrl - -cd ../acegen-open -pip install -e . diff --git a/.github/unittest/install_dependencies_nightly.sh b/.github/unittest/install_dependencies_nightly.sh index b337e1d..2d03bff 100644 --- a/.github/unittest/install_dependencies_nightly.sh +++ b/.github/unittest/install_dependencies_nightly.sh @@ -6,6 +6,7 @@ python -m pip install torch torchvision # python -m pip install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu --force-reinstall # Not testing these dependencies for now +python -m pip install rdkit==2023.3.3 # python -m pip MolScore promptsmiles cd ../acegen-open