Implements GitHub Actions for CI/CD

This commit is contained in:
2022-12-09 21:52:51 -03:00
parent 053a134541
commit 87242755ea
6 changed files with 386 additions and 29 deletions

View File

@@ -1,7 +1,6 @@
import setuptools
import os
__name = "yoshi-otter"
__version_sufix = os.environ.get('VERSION_SUFIX')
@@ -31,8 +30,8 @@ setuptools.setup(
],
python_requires='>=3.6',
install_requires=[
'numpy',
'pandas',
'yoshi-seals'
],
)
'numpy',
'pandas',
'yoshi-seals'
],
)