Skip to content

Commit

Permalink
Upgrade poetry to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Jul 29, 2024
1 parent 8cd54f9 commit da58aa7
Showing 1 changed file with 3 additions and 3 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.7.1
poetry-version: 1.8.3
- 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.7.1
poetry-version: 1.8.3
- 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.7.1
poetry-version: 1.8.3
- name: Configure poetry
shell: bash
run: poetry config virtualenvs.in-project true
Expand Down

0 comments on commit da58aa7

Please sign in to comment.