Skip to content

Commit

Permalink
[CI/CD](conf.yml): Change test conf.yml to adapt to new settings conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
PauAndrio committed Oct 3, 2024
1 parent 7177d36 commit 7bd9c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added biobb_flexserv/py.typed
Empty file.
3 changes: 2 additions & 1 deletion biobb_flexserv/test/conf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
working_dir_path: /tmp/biobb/unitests
global_properties:
working_dir_path: /tmp/biobb/unitests

bd_run:
paths:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Bioexcel": "https://bioexcel.eu/"
},
packages=setuptools.find_packages(exclude=['docs', 'test']),
package_data={'biobb_flexserv': ['py.typed']},
include_package_data=True,
install_requires=['biobb_common==4.2.0'],
python_requires='>=3.8',
Expand Down

0 comments on commit 7bd9c02

Please sign in to comment.