We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a7bbb commit 8cb6292Copy full SHA for 8cb6292
.github/workflows/continuous_integration.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: actions/setup-python@v4.4.0
23
with:
24
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
27
- name: Install script dependencies
28
run: pip install changelogged==0.11.3
29
- name: Validate Changelog
0 commit comments