diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d2c93..83ca0ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 with: extra_args: --hook-stage manual --all-files diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index ee65d18..aaffb6b 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # Modelspec contributors This page list names and Github profiles of contributors to Modelspec, listed in no particular order. -This page is generated periodically, most recently on 2024-03-06. +This page is generated periodically, most recently on 2024-03-21. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin)) diff --git a/test_all.sh b/test_all.sh index f646a3e..e78ec14 100755 --- a/test_all.sh +++ b/test_all.sh @@ -1,9 +1,9 @@ #!/bin/bash set -ex -## Install +## Install modelspec incl. dev dependencies -pip install . +pip install .[dev] ## Test main example