We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antlr4-tools
search.maven.org
1 parent 9d7a94e commit d355931Copy full SHA for d355931
.github/workflows/python.yml
@@ -59,6 +59,11 @@ jobs:
59
- name: Set up project
60
run: |
61
uv sync --all-groups
62
+ # TODO: Remove again after upstream patch was merged and released.
63
+ # https://github.com/crate/cratedb-sqlparse/issues/170
64
+ # https://github.com/antlr/antlr4-tools/issues/22
65
+ # https://github.com/antlr/antlr4-tools/pull/23
66
+ uv pip install --upgrade 'antlr4-tools @ git+https://github.com/crate-workbench/antlr4-tools@search.maven.org'
67
68
- name: Run linter and software tests
69
0 commit comments