Skip to content

Commit

Permalink
Updated poetry versions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Feb 29, 2024
1 parent 9ee9881 commit d8ff6d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
matrix:
python_version: ["3.10.13", "3.11.8", "3.12.2"]
os_variant: ["bookworm", "slim-bookworm"]
poetry_version: ["1.5.1", "1.6.1", "1.7.1"]
poetry_version: ["1.6.1", "1.7.1", "1.8.1"]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d8ff6d9

Please sign in to comment.