Check README for supported models (#684)

* Check README for supported models

* Use poetry for running due to imports

* Update README
This commit is contained in:
Teemu R
2024-01-23 11:14:59 +01:00
committed by GitHub
parent d5fdf05ed2
commit c1f2f8fe67
3 changed files with 37 additions and 11 deletions

View File

@@ -47,6 +47,10 @@ jobs:
- name: "Run check-ast"
run: |
poetry run pre-commit run check-ast --all-files
- name: "Check README for supported models"
run: |
poetry run python -m devtools.check_readme_vs_fixtures
tests:
name: Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }}