Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Sep 11, 2024
1 parent 9216278 commit c544863
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mdakits/openmmdl/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ mdanalysis_requires: ">=2.3.0"

## List(str): a list of commands to use when attempting to run the MDAKit's tests
run_tests:
- |
if [ ! -d "OpenMMDL" ]; then
git clone https://github.com/wolberlab/OpenMMDL.git
fi
pytest openmmdl/
- if [ ! -d "OpenMMDL" ]; then
- git clone https://github.com/wolberlab/OpenMMDL.git
- fi
- pytest OpenMMDL/

## str: the development status of the MDAKit
## See https://pypi.org/classifiers/ for development status classifiers.
Expand Down

0 comments on commit c544863

Please sign in to comment.