Skip to content

Commit 9fad97e

Browse files
authored
fix: drop useless pyrefly in ci (langgenius#30826)
Signed-off-by: yihong0618 <[email protected]>
1 parent 0c2729d commit 9fad97e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/api-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
- name: Install dependencies
4040
run: uv sync --project api --dev
4141

42-
- name: Run pyrefly check
43-
run: |
44-
cd api
45-
uv add --dev pyrefly
46-
uv run pyrefly check || true
47-
4842
- name: Run dify config tests
4943
run: uv run --project api dev/pytest/pytest_config_tests.py
5044

0 commit comments

Comments
 (0)