Skip to content

Commit 8d0eef0

Browse files
committed
Add typechecking for macos
1 parent 25b947d commit 8d0eef0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ jobs:
239239
ci/scripts/python_build.sh $(pwd) $(pwd)/build
240240
- name: Test
241241
shell: bash
242-
run: |
243-
ci/scripts/python_test.sh $(pwd) $(pwd)/build
244-
ci/scripts/python_test_type_annotations.sh $(pwd)
242+
run: ci/scripts/python_test.sh $(pwd) $(pwd)/build
243+
- name: Test annotations
244+
shell: bash
245+
run: ci/scripts/python_test_type_annotations.sh $(pwd)
245246

246247
windows:
247248
name: AMD64 Windows 2022 Python 3.13

0 commit comments

Comments
 (0)