Skip to content

Commit 500f7f4

Browse files
committed
[CI/CD](conf.yml): Change test conf.yml to adapt to new settings configuration
1 parent 0a6cbf3 commit 500f7f4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

biobb_structure_utils/py.typed

Whitespace-only changes.

biobb_structure_utils/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
remove_ligand:
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=['docs', 'test']),
21+
package_data={'biobb_structure_utils': ['py.typed']},
2122
install_requires=['biobb_common==4.2.0', 'biobb_structure_checking==3.13.4'],
2223
python_requires='>=3.8',
2324
entry_points={

0 commit comments

Comments
 (0)