-
Notifications
You must be signed in to change notification settings - Fork 1
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 #12
Add CI #12
Conversation
612235e
to
cfa3681
Compare
both now use the labels as a nested list.
5dff66a
to
102bfd3
Compare
The definition likely needs to become EDIT: This suggests that
|
as TypeAlias is introduced in Python 3.10, but removing it, we can keep 3.9 as oldest supported Python.
it was introduced in Python 3.10 and we therefore check and only apply when it is available. Also make the dataclasses of the config frozen and adjust the __post_init__'s accordingly.
To stay compliant with Python 3.9, i
Also made the dataclasses frozen, as a config should not change. |
Needs a few more |
Set up a first version of a CI for the jobs repo.
Implements automated tests and running the pre-commit on pull request and push.
Largely inspired but reduced from what we have at nnbench.