Skip to content

Commit ffcbe80

Browse files
committed
[CI/CD](conf.yml): Change test conf.yml to adapt to new settings configuration
1 parent 491235e commit ffcbe80

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

biobb_template/py.typed

Whitespace-only changes.

biobb_template/test/conf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
working_dir_path: /tmp/biobb/unitests
1+
global_properties:
2+
working_dir_path: /tmp/biobb/unitests
23

34
template:
45
paths:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Bioexcel": "https://bioexcel.eu/"
1919
},
2020
packages=setuptools.find_packages(exclude=['adapters', 'docs', 'test']),
21+
package_data={'biobb_template': ['py.typed']},
2122
install_requires=['biobb_common==4.1.0'],
2223
python_requires='>=3.8',
2324
entry_points={

0 commit comments

Comments
 (0)