Skip to content

Commit 6edeb7b

Browse files
Merge pull request #142 from oscarbenjamin/pr_actions_update
Remove actions update workflow
2 parents 5cec4c5 + 848900e commit 6edeb7b

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

.github/workflows/actionsupdate.yml

-23
This file was deleted.

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- name: Check out the repository

checks.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22

3+
set -o errexit
4+
35
pre-commit run --all-files
4-
mypy src tests
6+
mypy --python-version=3.12 src tests
7+
sphinx-build -b html docs docs/_build
58
python -m xdoctest --quiet protosym
69
pytest --cov=protosym
710
coverage html

0 commit comments

Comments
 (0)