Skip to content

Commit

Permalink
Upgrade poetry and lock file (#43)
Browse files Browse the repository at this point in the history
* Upgrade Poetry in workflows

* Update poetry lock file
  • Loading branch information
armanddidierjean authored Nov 13, 2023
1 parent a9e008c commit f4cd8f3
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.14
poetry-version: 1.7.0

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.14
poetry-version: 1.7.0

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
Loading

0 comments on commit f4cd8f3

Please sign in to comment.