Skip to content
Snippets Groups Projects
Commit 974892b6 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent 0c07e6f5
No related branches found
No related tags found
2 merge requests!357create new experimental release,!355Added tests to all our spackages
This commit is part of merge request !355. Comments created here will be created in the context of that merge request.
......@@ -15,3 +15,9 @@ class BiobbGromacs(PythonPackage):
depends_on('python@3.8:', type=('build', 'run'))
depends_on('biobb-common')
depends_on('gromacs')
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_gromacs')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment