Skip to content

Commit 46449fb

Browse files
committed
Temporarily fall back to Poetry v1.2.0
1 parent 826a965 commit 46449fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-suite.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
matrix-os-version: "[ 'ubuntu-latest' ]"
2323
matrix-python-version: "[ '3.9', '3.10', '3.11', '3.12' ]" # run Linux tests on all supported Python versions
24-
poetry-version: "1.8.0"
24+
poetry-version: "1.2.0"
2525
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
2626
macos-build-and-test:
2727
name: "MacOS"
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
matrix-os-version: "[ 'macos-latest' ]"
3232
matrix-python-version: "[ '3.12' ]" # only run MacOS tests on latest Python
33-
poetry-version: "1.8.0"
33+
poetry-version: "1.2.0"
3434
enable-coveralls: false
3535
windows-build-and-test:
3636
name: "Windows"
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
matrix-os-version: "[ 'windows-latest' ]"
4141
matrix-python-version: "[ '3.12' ]" # only run Windows tests on latest Python
42-
poetry-version: "1.8.0"
42+
poetry-version: "1.2.0"
4343
enable-coveralls: false
4444
release:
4545
name: "Release"
@@ -49,5 +49,5 @@ jobs:
4949
secrets: inherit
5050
with:
5151
python-version: "3.9"
52-
poetry-version: "1.8.0"
52+
poetry-version: "1.2.0"
5353
publish-pypi: true

0 commit comments

Comments
 (0)