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 2e0fe55 commit 6c345ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions biobb_chemistry/ambertools/reduce_remove_hydrogens.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import argparse
from biobb_common.generic.biobb_object import BiobbObject
from biobb_common.configuration import settings
import biobb_common.tools.file_utils as fu
from biobb_common.tools.file_utils import launchlogger
from biobb_chemistry.ambertools.common import get_binary_path, check_input_path, check_output_path

Expand Down
Empty file added biobb_chemistry/py.typed
Empty file.
3 changes: 2 additions & 1 deletion biobb_chemistry/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

babel_convert:
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_chemistry': ['py.typed']},
install_requires=['biobb_common==4.2.0'],
python_requires='>=3.8',
entry_points={
Expand Down

0 comments on commit 6c345ac

Please sign in to comment.