Skip to content

Commit 1061852

Browse files
committed
pin click dependency version
1 parent c3c1e1d commit 1061852

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/[email protected]
1717
with:
1818
python-version: "3.11"
19+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
20+
run: pip install click==8.2.2
1921
- name: Install Changelogger
2022
run: pip install changelogged==0.11.3
2123
- name: Get Latest Version
@@ -40,7 +42,8 @@ jobs:
4042
uses: actions/[email protected]
4143
with:
4244
python-version: '3.11'
43-
45+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
46+
run: pip install click==8.2.2
4447
- name: Install Changelogger
4548
run: pip install changelogged==0.11.3
4649

.github/workflows/stable_patch_deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/[email protected]
1717
with:
1818
python-version: "3.11"
19+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
20+
run: pip install click==8.2.2
1921
- name: Install Changelogger
2022
run: pip install changelogged==0.11.3
2123
- name: Get Latest Version
@@ -76,7 +78,8 @@ jobs:
7678
uses: actions/[email protected]
7779
with:
7880
python-version: '3.11'
79-
81+
- name: Install click 8.2.2 until bug in 8.3.0 is resolved
82+
run: pip install click==8.2.2
8083
- name: Install Changelogger
8184
run: pip install changelogged==0.11.3
8285

0 commit comments

Comments
 (0)