Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
修改pipCI
  • Loading branch information
jianzfb authored Apr 21, 2023
1 parent 1395399 commit cf880d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
# 安装依赖
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install setuptools wheel twine
python3 -m pip install -r requirements.txt
python3 -m pip install setuptools wheel twine
# 构建和发布
- name: Build and publish
Expand Down

0 comments on commit cf880d0

Please sign in to comment.