Skip to content

Commit

Permalink
Update poetry to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Jul 29, 2024
1 parent 1b32e94 commit 8658ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.4.2
poetry-version: 1.7.1
- name: Configure poetry
shell: bash
run: poetry config virtualenvs.in-project true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.4.2
poetry-version: 1.7.1
- name: Configure poetry
shell: bash
run: poetry config virtualenvs.in-project true
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.4.2
poetry-version: 1.7.1
- name: Configure poetry
shell: bash
run: poetry config virtualenvs.in-project true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.2.2"
poetry-version: "1.7.1"

- run: poetry install --all-extras
- run: mkdir -p docs-build
Expand Down

0 comments on commit 8658ce3

Please sign in to comment.