Skip to content

Commit

Permalink
Merge pull request IQTLabs#1257 from anarkiwi/poet
Browse files Browse the repository at this point in the history
poetry 1.7.1
  • Loading branch information
anarkiwi authored Apr 22, 2024
2 parents dc18daa + 713a1da commit 2dfc7fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test

on: [push, pull_request]

env:
POETRY_VERSION: 1.7.1

jobs:
gofmt:
runs-on: ubuntu-22.04
Expand All @@ -17,7 +20,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -37,7 +40,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -58,7 +61,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -79,7 +82,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -100,7 +103,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -121,7 +124,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -142,7 +145,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand All @@ -163,7 +166,7 @@ jobs:
with:
virtualenvs-create: false
virtualenvs-in-project: false
version: 1.4.2
version: ${{ env.POETRY_VERSION }}
- name: poetry install
run: |
poetry build && poetry install
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constraints": {
"poetry": "1.4.2"
"poetry": "1.7.1"
},
"extends": [
"config:base"
Expand Down

0 comments on commit 2dfc7fc

Please sign in to comment.