Coo consistency check CI test use github action#65
Open
dinream wants to merge 4 commits intoTencent:coo-consistency-checkfrom
Open
Coo consistency check CI test use github action#65dinream wants to merge 4 commits intoTencent:coo-consistency-checkfrom
dinream wants to merge 4 commits intoTencent:coo-consistency-checkfrom
Conversation
hldgs
reviewed
Oct 14, 2024
.github/workflows/ci.yml
Outdated
| python2 get-pip.py | ||
|
|
||
| - name: Install Python Lib | ||
| run: python2 -m pip install -r ./src/dbtest/requirements.txt |
Author
|
收到,我现在在忙一点事情,预计下午五点之后开始改,大概一小时可以提交
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: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completed CI test code writing using github action