We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbdc5a6 + 59db98c commit 5f7da2cCopy full SHA for 5f7da2c
.github/workflows/release.yml
@@ -171,6 +171,10 @@ jobs:
171
python -m pip install --upgrade pip
172
pip install ".[all]" --no-cache
173
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
178
179
- name: Push Packages
180
run: |
0 commit comments