Skip to content

Commit

Permalink
Merge pull request #219 from mims-harvard/avelez-dev
Browse files Browse the repository at this point in the history
rdkit change caused failed circle-ci build
  • Loading branch information
kexinhuang12345 authored Feb 21, 2024
2 parents b225738 + ac9e04d commit 7d43896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_ci.txt
pip install conda
pip install pytest
pip install pytest-cov
Expand Down
Empty file added tstfile
Empty file.

0 comments on commit 7d43896

Please sign in to comment.