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 8e7c086 commit d4b03b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Empty file added biobb_pytorch/py.typed
Empty file.
7 changes: 4 additions & 3 deletions biobb_pytorch/test/conf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

can_write_console_log: False
remove_tmp: False
working_dir_path: /tmp/biobb/unitests
global_properties:
can_write_console_log: False
remove_tmp: False
working_dir_path: /tmp/biobb/unitests

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

0 comments on commit d4b03b3

Please sign in to comment.