mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-07-01 21:44:59 -04:00
chore: remove hatch filter now that click is pinned
This commit is contained in:
@@ -41,9 +41,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
|
||||
- name: Run Python checks
|
||||
# Passing an explicit empty filter avoids Click's sentinel default in newer releases
|
||||
# breaking Hatch's JSON parsing.
|
||||
run: uv run hatch run --filter '{}' all-check
|
||||
run: uv run hatch run all-check
|
||||
working-directory: test-proj
|
||||
|
||||
check-ui:
|
||||
|
||||
Reference in New Issue
Block a user