Skip to content

Commit 8cb6292

Browse files
authored
Pin click to 8.2.2 in CI changelog validation job (#54)
1 parent 30a7bbb commit 8cb6292

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
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/setup-python@v4.4.0
2323
with:
2424
python-version: '3.11'
25+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
26+
run: pip install click==8.2.2
2527
- name: Install script dependencies
2628
run: pip install changelogged==0.11.3
2729
- name: Validate Changelog

0 commit comments

Comments
 (0)