Skip to content

Commit bc4b937

Browse files
authored
CI: skips type check until mypy ready for 3.14 (#2936)
Co-authored-by: Allen Hernandez <2349718+AllenSH12@users.noreply.github.com>
1 parent 4acf1d1 commit bc4b937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: "scripts/install"
2727
- name: "Run linting checks"
2828
run: "scripts/check"
29+
if: ${{ matrix.python-version != '3.14' }}
2930
- name: "Build package & docs"
3031
run: "scripts/build"
3132
- name: "Run tests"

0 commit comments

Comments
 (0)