Skip to content

Commit

Permalink
ci: Downgrade to poetry 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Aug 23, 2022
1 parent c0e720f commit 6c6fc38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
branches: [trunk]

env:
poetry_version: "1.1.15"
poetry_version: "1.1.14"

jobs:
primary:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
poetry_version: "1.1.15"
poetry_version: "1.1.14"

jobs:
primary:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [trunk]

env:
poetry_version: "1.1.15"
poetry_version: "1.1.14"

jobs:
primary:
Expand Down

0 comments on commit 6c6fc38

Please sign in to comment.