You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/08/17 09:29:04 UTC

[apisix] 02/12: ci: make sure the correct version of click is installed (#7589)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch release/2.13
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit bf605a21d558318dac0f84214f6fa445d9ca92b2
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Aug 2 15:07:53 2022 +0800

    ci: make sure the correct version of click is installed (#7589)
    
    Address broken fuzzing CI like
    https://github.com/apache/apisix/runs/7625185369?check_suite_focus=true
    https://github.com/apache/apisix/runs/7625351307?check_suite_focus=true
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/fuzzing-ci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/fuzzing-ci.yaml b/.github/workflows/fuzzing-ci.yaml
index 4e46c7a70..798026eb3 100644
--- a/.github/workflows/fuzzing-ci.yaml
+++ b/.github/workflows/fuzzing-ci.yaml
@@ -60,6 +60,8 @@ jobs:
 
     - name: install boofuzz
       run: |
+        # Avoid "ERROR: flask has requirement click>=8.0, but you'll have click 7.0 which is incompatible"
+        sudo apt remove python3-click
         pip install -r $PWD/t/fuzzing/requirements.txt
 
     - name: run simpleroute test