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 5a3ee8b commit a5ff027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added biobb_pmx/py.typed
Empty file.
3 changes: 2 additions & 1 deletion biobb_pmx/test/conf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

working_dir_path: /tmp/biobb/unitests
global_properties:
working_dir_path: /tmp/biobb/unitests

pmxmutate:
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']),
package_data={'biobb_pmx': ['py.typed']},
install_requires=['biobb_common==4.2.0', 'pmx-biobb==4.1.3'],
python_requires='>=3.8',
entry_points={
Expand Down

0 comments on commit a5ff027

Please sign in to comment.