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 c544863 commit 605281d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mdakits/openmmdl/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ 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 605281d

Please sign in to comment.