Skip to content

Commit b93a99a

Browse files
committed
Update tests.yaml
Update python version and pre-commit. Remove no-commit to branch as it would always false positive on merge commits
1 parent 24b4b14 commit b93a99a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
DEFAULT_PYTHON: 3.11
11+
DEFAULT_PYTHON: 3.13
1212

1313
jobs:
1414
pre-commit:
@@ -31,8 +31,9 @@ jobs:
3131
- name: Install Python modules
3232
run: |
3333
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
34-
34+
3535
- name: Run pre-commit on all files
36+
env:
37+
SKIP: no-commit-to-branch
3638
run: |
37-
pre-commit run --all-files --show-diff-on-failure --color=always
38-
39+
pre-commit run --all-files --show-diff-on-failure --color=always

0 commit comments

Comments
 (0)