add tyck tool (currently ignore the error) (#22592)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
11
.github/workflows/api-tests.yml
vendored
11
.github/workflows/api-tests.yml
vendored
@@ -47,7 +47,16 @@ jobs:
|
|||||||
- name: Run Unit tests
|
- name: Run Unit tests
|
||||||
run: |
|
run: |
|
||||||
uv run --project api bash dev/pytest/pytest_unit_tests.sh
|
uv run --project api bash dev/pytest/pytest_unit_tests.sh
|
||||||
|
- name: Run ty check
|
||||||
|
run: |
|
||||||
|
cd api
|
||||||
|
uv add --dev ty
|
||||||
|
uv run ty check || true
|
||||||
|
- name: Run pyrefly check
|
||||||
|
run: |
|
||||||
|
cd api
|
||||||
|
uv add --dev pyrefly
|
||||||
|
uv run pyrefly check || true
|
||||||
- name: Coverage Summary
|
- name: Coverage Summary
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
2
api/uv.lock
generated
2
api/uv.lock
generated
@@ -1,5 +1,5 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 2
|
revision = 3
|
||||||
requires-python = ">=3.11, <3.13"
|
requires-python = ">=3.11, <3.13"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.12.4' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
"python_full_version >= '3.12.4' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'",
|
||||||
|
Reference in New Issue
Block a user