Skip to content

Commit 45787a1

Browse files
dont define a poetry version
1 parent 9de99f9 commit 45787a1

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
2727
with:
2828
python-version: "3.x"
29-
poetry-version: "2.x"
3029

3130
- name: Load poetry path
3231
run: |
@@ -63,7 +62,6 @@ jobs:
6362
6463
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
6564
with:
66-
poetry-version: "2.x"
6765
python-version: "3.x"
6866

6967
- name: Load poetry path

.github/workflows/licensing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323

2424
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
2525
with:
26-
poetry-version: "2.x"
2726
python-version: "3.x"
2827

2928
- name: Load poetry path

.github/workflows/pytest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060

6161
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
6262
with:
63-
poetry-version: "2.x"
6463
python-version: "3.x"
6564

6665
- name: Load poetry path
@@ -153,7 +152,6 @@ jobs:
153152

154153
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
155154
with:
156-
poetry-version: "2.x"
157155
python-version: "3.x"
158156

159157
- name: Load poetry path

.github/workflows/releasing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424

2525
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
2626
with:
27-
poetry-version: "2.x"
2827
python-version: "3.x"
2928

3029
- name: Load poetry path
@@ -110,7 +109,6 @@ jobs:
110109

111110
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
112111
with:
113-
poetry-version: "2.x"
114112
python-version: "3.x"
115113

116114
- name: Load poetry path

.github/workflows/scripts-linting.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232

3333
- uses: matrix-org/setup-python-poetry@5bbf6603c5c930615ec8a29f1b5d7d258d905aa4 # v2
3434
with:
35-
poetry-version: "2.x"
3635
python-version: "3.x"
3736

3837
- name: Load poetry path

0 commit comments

Comments
 (0)