add_model_saving #37

Merged
brian merged 18 commits from add_model_saving into main 2024-06-04 21:09:25 +02:00
Showing only changes of commit cb8e907ecb - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
poetry run flake8 . --benchmark
- name: Type Check
run: |
poetry run mypy . --disable-error-code=import-untyped
poetry run mypy .
publish:
name: Build and Publish
runs-on: ubuntu-latest