Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI/CD workflow #5

Merged
merged 4 commits into from
Jun 5, 2024
Merged

Add CI/CD workflow #5

merged 4 commits into from
Jun 5, 2024

Conversation

mathias-nillion
Copy link
Contributor

Add ci/cd workflow

@mathias-nillion
Copy link
Contributor Author

@jcabrero been putting this off for a while now but here it is

@@ -16,6 +16,8 @@ nada-algebra = "^0.2.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
black = "^24.4.2"
torch = "^2.3.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these deps are used so we can compare our result vs python lib original result during testing (hence only dev dependencies - no need to install torch with nada-ai when you use it regularly)

@mathias-nillion mathias-nillion merged commit 051d98a into main Jun 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants