Skip to content

Commit 9fe7d06

Browse files
authored
Workaround hatch-click bug (#4088)
I was hoping either hatch or click would create a quick bug-fix, but they are still stalled after the weekend. The PRs to follow are: - pypa/hatch#2053 - pallets/click#3068 Signed-off-by: Cristian Le <git@lecris.dev>
1 parent a41a0e7 commit 9fe7d06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/setup-docs-env/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ runs:
2424
hatch-envs-${{ runner.os }}-
2525
2626
- name: Install hatch
27-
run: pip install hatch
27+
# TODO: relax click restriction after either
28+
# https://github.com/pallets/click/pull/3068
29+
# https://github.com/pypa/hatch/pull/2053
30+
# https://github.com/pypa/hatch/pull/2051
31+
run: pip install hatch "click<8.3.0"
2832
shell: bash

0 commit comments

Comments
 (0)