Skip to content

Commit 5f7da2c

Browse files
Merge pull request #856 from valory-xyz/fix/release-click-pin
ci: pin Click >=8.3.0 in publish-aea-packages step
2 parents cbdc5a6 + 59db98c commit 5f7da2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ jobs:
171171
python -m pip install --upgrade pip
172172
pip install ".[all]" --no-cache
173173
pip install plugins/aea-cli-ipfs --no-cache
174+
# Pin Click >=8.3.0: flag_value default handling is broken in <8.3,
175+
# causing aea init --remote --ipfs to ignore the flags.
176+
# Remove once setup.py lower bound is raised to >=8.3.0.
177+
pip install "click>=8.3.0,<8.4.0" --no-cache
174178
175179
- name: Push Packages
176180
run: |

0 commit comments

Comments
 (0)