Skip to content

Commit e72b75b

Browse files
committed
Use default poetry-version from shared workflow
1 parent 674504a commit e72b75b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-suite.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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"
2524
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
2625
macos-build-and-test:
2726
name: "MacOS"
@@ -30,7 +29,6 @@ jobs:
3029
with:
3130
matrix-os-version: "[ 'macos-latest' ]"
3231
matrix-python-version: "[ '3.12' ]" # only run MacOS tests on latest Python
33-
poetry-version: "1.8.0"
3432
enable-coveralls: false
3533
windows-build-and-test:
3634
name: "Windows"
@@ -39,7 +37,6 @@ jobs:
3937
with:
4038
matrix-os-version: "[ 'windows-latest' ]"
4139
matrix-python-version: "[ '3.12' ]" # only run Windows tests on latest Python
42-
poetry-version: "1.8.0"
4340
enable-coveralls: false
4441
release:
4542
name: "Release"
@@ -49,5 +46,4 @@ jobs:
4946
secrets: inherit
5047
with:
5148
python-version: "3.9"
52-
poetry-version: "1.8.0"
5349
publish-pypi: true

0 commit comments

Comments
 (0)