Skip to content

Commit

Permalink
修改遗漏的 poetry 安装语句 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiichi-Origami authored Feb 7, 2025
1 parent ba82566 commit 96135c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "3.11"
- name: Install
run: |
pip3 install poetry
pip3 install 'poetry~=1.0'
cd python && poetry lock --no-update
make install
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.11"
- name: Install
run: |
pip3 install poetry
pip3 install 'poetry~=1.0'
poetry lock --no-update
- name: run lint
run: make lint
Expand Down

0 comments on commit 96135c9

Please sign in to comment.