Skip to content

Commit 7226083

Browse files
committed
revert to lower version of poetry
1 parent c325d6e commit 7226083

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/api_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
runs-on: ubuntu-latest
1717
env:
18-
POETRY_VERSION: 1.7.1
18+
POETRY_VERSION: 1.3.0
1919
strategy:
2020
fail-fast: false
2121
matrix:

.github/workflows/pdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
runs-on: ubuntu-latest
2929
env:
30-
POETRY_VERSION: 1.7.1
30+
POETRY_VERSION: 1.3.0
3131
strategy:
3232
matrix:
3333
python-version: ["3.9", "3.10"]

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pypi_release:
1010
runs-on: ubuntu-latest
1111
env:
12-
POETRY_VERSION: 1.7.1
12+
POETRY_VERSION: 1.3.0
1313
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
1414
steps:
1515
#----------------------------------------------

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-22.04-4core-16GBRAM-150GBSSD
2929
env:
30-
POETRY_VERSION: 1.7.1
30+
POETRY_VERSION: 1.3.0
3131
strategy:
3232
fail-fast: false
3333
matrix:

0 commit comments

Comments
 (0)