Skip to content

Commit b7d20c0

Browse files
authored
Update metadata.yaml
1 parent 6b19417 commit b7d20c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mdakits/openmmdl/metadata.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ src_install:
5656
- cd OpenMMDL
5757
- conda env update -f environment.yml
5858
- pip install . && cd ..
59+
- mv OpenMMDL/ OpenMMDL_env/
5960

6061
## str: the package name used to import the mdakit
6162
import_name: openmmdl
@@ -68,7 +69,7 @@ mdanalysis_requires: ">=2.3.0"
6869

6970
## List(str): a list of commands to use when attempting to run the MDAKit's tests
7071
run_tests:
71-
- [ ! -d "OpenMMDL" ] && git clone https://github.com/wolberlab/OpenMMDL.git
72+
- git clone latest
7273
- pytest OpenMMDL/
7374

7475
## str: the development status of the MDAKit

0 commit comments

Comments
 (0)