Skip to content

Commit 7892a98

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
Signed-off-by: Geoffrey Lentner <glentner@purdue.edu>
2 parents 9e9fc77 + 0469fb7 commit 7892a98

File tree

4 files changed

+802
-677
lines changed

4 files changed

+802
-677
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install --upgrade pytest hypothesis toml pyyaml
29+
python -m pip install --upgrade pytest hypothesis tomli tomli-w pyyaml
3030
python -m pip install --upgrade .
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)