Skip to content

Commit a8e80e8

Browse files
committed
feat(update poetry version):
1 parent f97c336 commit a8e80e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 0.*
1010

1111
env:
12-
POETRY_VERSION: "1.7.1"
12+
POETRY_VERSION: "1.8.5"
1313

1414
jobs:
1515
if_release:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
env:
10-
POETRY_VERSION: "1.7.1"
10+
POETRY_VERSION: "1.8.5"
1111
OPENAI_API_KEY: "sk-fake"
1212

1313
jobs:

0 commit comments

Comments
 (0)