Skip to content

Commit b69d53c

Browse files
FIX - Continue investigating CI typing issues
1 parent e59de17 commit b69d53c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
sklearn-version: "=1.4"
2020
# latest stable dependencies
2121
- os: ubuntu-latest
22-
python-version: "3.11"
22+
python-version: "3.13"
2323
numpy-version: ""
2424
sklearn-version: ""
2525
- os: windows-latest
26-
python-version: "3.11"
26+
python-version: "3.13"
2727
numpy-version: ""
2828
sklearn-version: ""
2929
- os: macos-latest
30-
python-version: "3.11"
30+
python-version: "3.13"
3131
numpy-version: ""
3232
sklearn-version: ""
3333
defaults:
@@ -52,7 +52,6 @@ jobs:
5252
run: make lint
5353
- name: Check static typing
5454
run: make type-check
55-
continue-on-error: true
5655
- name: Test and coverage with pytest
5756
run: make coverage
5857
- name: Code coverage

0 commit comments

Comments
 (0)