Skip to content

Commit

Permalink
固化 poetry 版本号为 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiichi-Origami committed Feb 5, 2025
1 parent a82c887 commit 98da7e5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Install Poetry
run: |
pip install poetry
pip install poetry==1.8.2
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
poetry lock --no-update
- name: Get Poetry version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Install Poetry
run: |
pip install poetry
pip install poetry==1.8.2
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
cd python && poetry lock --no-update
- name: Setup Python Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install latest version of Poetry
if: steps.cache-poetry.outputs.cache-hit != 'true'
run: |
pip install poetry
pip install poetry==1.8.2
- name: Add Poetry to $PATH
run: |
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: 3.11
- name: Install Poetry
run: |
pip install poetry
pip install poetry==1.8.2
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
cd python && poetry lock --no-update
- name: Setup Python Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.11
- name: Install Poetry
run: |
pip install poetry
pip install poetry==1.8.2
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
cd python && poetry lock --no-update
- name: Setup Python Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/py_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Install Poetry
run: |
pip install poetry
pip install poetry==1.8.2
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Get Poetry version
run: poetry --version
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- pip install poetry==1.8.2
- poetry config virtualenvs.create false
post_install:
- make install
Expand Down

0 comments on commit 98da7e5

Please sign in to comment.