From 859d1ab5ab563a73a6c7c53249c08280450928a8 Mon Sep 17 00:00:00 2001 From: Valerij Talagayev <82884038+talagayev@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:36:02 +0200 Subject: [PATCH] Update metadata.yaml --- mdakits/openmmdl/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdakits/openmmdl/metadata.yaml b/mdakits/openmmdl/metadata.yaml index 0a3dbedf..d4ef5cc0 100644 --- a/mdakits/openmmdl/metadata.yaml +++ b/mdakits/openmmdl/metadata.yaml @@ -70,7 +70,7 @@ mdanalysis_requires: ">=2.3.0" ## List(str): a list of commands to use when attempting to run the MDAKit's tests run_tests: - git clone latest - - pytest OpenMMDL/ + - pytest openmmdl/ ## str: the development status of the MDAKit ## See https://pypi.org/classifiers/ for development status classifiers.