Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
- name: Install dependencies
run: uv sync --project api --dev

- name: Run pyrefly check
run: |
cd api
uv add --dev pyrefly
uv run pyrefly check || true

- name: Run dify config tests
run: uv run --project api dev/pytest/pytest_config_tests.py

Expand Down
Loading