Coo consistency check CI test use github action
Completed CI test code writing using github action
收到,我现在在忙一点事情,预计下午五点之后开始改,大概一小时可以提交
FYN @.***
------------------ 原始邮件 ------------------ 发件人: "Tuodu @.>; 发送时间: 2024年10月14日(星期一) 下午3:39 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Tencent/3TS] Coo consistency check CI test use github action (PR #65)
@hldgs commented on this pull request.
In .github/workflows/ci.yml:
> + - name: Install Dependencies + run: | + sudo apt-get update + sudo apt-get install -y cmake g++ libgflags-dev unixodbc unixodbc-dev odbcinst locales curl + sudo locale-gen en_US.UTF-8 + + - name: Install Python2 + run: sudo apt-get install -y python2 + + - name: Install pip2 + run: | + curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py + python2 get-pip.py + + - name: Install Python Lib + run: python2 -m pip install -r ./src/dbtest/requirements.txt
用python3运行吧
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>