Skip to content

Commit

Permalink
update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 6, 2024
1 parent a5f3521 commit 51121af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/unittests/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 51121af

Please sign in to comment.