Skip to content

Commit fd97461

Browse files
committed
Update an action, test using dev packages
1 parent 3746060 commit fd97461

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
17-
- uses: pre-commit/[email protected].0
17+
- uses: pre-commit/[email protected].1
1818
with:
1919
extra_args: --hook-stage manual --all-files
2020

docs/sphinx/source/api/Contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modelspec contributors
44

55
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6-
This page is generated periodically, most recently on 2024-03-06.
6+
This page is generated periodically, most recently on 2024-03-21.
77

88
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
99
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))

test_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -ex
33

4-
## Install
4+
## Install modelspec incl. dev dependencies
55

6-
pip install .
6+
pip install .[dev]
77

88

99
## Test main example

0 commit comments

Comments
 (0)