We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b947d commit 8d0eef0Copy full SHA for 8d0eef0
.github/workflows/python.yml
@@ -239,9 +239,10 @@ jobs:
239
ci/scripts/python_build.sh $(pwd) $(pwd)/build
240
- name: Test
241
shell: bash
242
- run: |
243
- ci/scripts/python_test.sh $(pwd) $(pwd)/build
244
- ci/scripts/python_test_type_annotations.sh $(pwd)
+ run: ci/scripts/python_test.sh $(pwd) $(pwd)/build
+ - name: Test annotations
+ shell: bash
245
+ run: ci/scripts/python_test_type_annotations.sh $(pwd)
246
247
windows:
248
name: AMD64 Windows 2022 Python 3.13
0 commit comments