Skip to content

Commit 3e072d6

Browse files
include click in docs
1 parent 47ed3fe commit 3e072d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: Ensure latest pip
2222
run: python -m pip install --upgrade pip
23-
23+
- name: Install click
24+
run: pip install click==8.1.8
2425
- name: Install hatch
2526
run: pip install hatch==1.14.0
2627
- name: Build docs

0 commit comments

Comments
 (0)