Skip to content

Commit d463a98

Browse files
committed
Pin click to 8.2.2 in CI to avoid 8.3.0 bug
1 parent 30b8064 commit d463a98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- uses: actions/[email protected]
3535
with:
3636
python-version: '3.11'
37+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
38+
run: pip install click==8.2.2
3739
- name: Install script dependencies
3840
run: pip install changelogged==0.11.3
3941
- name: Validate Changelog

0 commit comments

Comments
 (0)