Skip to content

Commit e5fe8c8

Browse files
committed
🔧 GitHub pages: pin click depency to 8.2.1
`click==8.3.0` is breaking hatch run commands, see pypa/hatch#2050 In fact, `click` is considering `8.3.0` to be a breaking release pallets/click#3065 Here we pin `click==8.2.1` in our Github pages deployment Action
1 parent ffc45a2 commit e5fe8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/deploy-docs.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.x
18+
python-version: 3.X
1919

2020
# Use configured `hatch` environment for MkDocs deployment
21-
- run: pip install hatch
21+
- run: pip install click==8.2.1 hatch
2222
- run: hatch run docs:deploy

0 commit comments

Comments
 (0)