From 4998dd2029eb0de1391c67746e46efa92ab0ec84 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Tue, 6 Feb 2024 10:53:29 +0000 Subject: [PATCH] Also need to add source files to selector. --- recipes/biosimspace/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/biosimspace/template.yaml b/recipes/biosimspace/template.yaml index 1703158b3..121765664 100644 --- a/recipes/biosimspace/template.yaml +++ b/recipes/biosimspace/template.yaml @@ -34,7 +34,7 @@ test: imports: - BioSimSpace source_files: - - python/BioSimSpace # [linux and x86_64 and py==39] + - python/BioSimSpace # [linux and x86_64 and py==311] - tests commands: - pytest -vvv --color=yes --black python/BioSimSpace # [linux and x86_64 and py==311]