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

Update package.py

parent 974892b6
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,9 @@ class BiobbIo(PythonPackage): ...@@ -14,3 +14,9 @@ class BiobbIo(PythonPackage):
# Dependencies # Dependencies
depends_on('biobb-common') depends_on('biobb-common')
depends_on('python@3.8:', type=('build', 'run')) depends_on('python@3.8:', type=('build', 'run'))
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_io')
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