Skip to content

Commit f309aa6

Browse files
committed
Disable typechecking in the example for now.
1 parent 6c8812d commit f309aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
working-directory: python/example-pytest-selfie
5050
# - run: poetry run pytest -vv
5151
# working-directory: python/example-pytest-selfie
52-
- name: example-pytest-selfie - pyright
53-
run: poetry run pyright
54-
working-directory: python/example-pytest-selfie
52+
# - name: example-pytest-selfie - pyright
53+
# run: poetry run pyright
54+
# working-directory: python/example-pytest-selfie
5555
- name: example-pytest-selfie - ruff
5656
run: poetry run ruff format --check
5757
working-directory: python/example-pytest-selfie

0 commit comments

Comments
 (0)