Skip to content

Commit d355931

Browse files
committed
CI: Install adjusted antlr4-tools that uses search.maven.org
The intention is to prevent being flagged or rejected as a bot by `central.sonatype.com`.
1 parent 9d7a94e commit d355931

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
- name: Set up project
6060
run: |
6161
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'
6267
6368
- name: Run linter and software tests
6469
run: |

0 commit comments

Comments
 (0)