Skip to content

Commit

Permalink
调整源
Browse files Browse the repository at this point in the history
  • Loading branch information
kaluluosi committed Nov 23, 2023
1 parent 30208ab commit 671d610
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/env_setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ runs:
using: "composite"

steps:
- name: chcp
shell: powershell
run: chcp 65001

- name: Install Poetry-安装poetry
shell: bash
shell: powershell
run: pipx install poetry

- name: Setup Python-安装python环境
Expand All @@ -18,7 +21,7 @@ runs:
cache: 'poetry' # 缓存poetry

- name: Update pip
shell: bash
shell: powershell
run: pip install --upgrade pip

- name: Install
Expand Down

0 comments on commit 671d610

Please sign in to comment.