Skip to content

Commit

Permalink
💚 修复Release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Nov 14, 2023
1 parent 7da38e0 commit d31ce48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install poetry
shell: bash

- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: "poetry"

- name: Install Poetry
- run: poetry install
shell: bash
run: |
pip install poetry
poetry install

- name: Get Version
id: version
Expand Down

0 comments on commit d31ce48

Please sign in to comment.