Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 6, 2024
1 parent 03dc687 commit 0f4f8c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/unittest/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 0 additions & 7 deletions .github/unittest/install_dependencies.shyy

This file was deleted.

1 change: 1 addition & 0 deletions .github/unittest/install_dependencies_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f4f8c1

Please sign in to comment.