Skip to content

Commit aaf4593

Browse files
committed
poetry 2.0 also removed export plugin by default
1 parent 2e406d1 commit aaf4593

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/requirements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
key: poetry-1 # increment to reset cache
3131

3232
- name: Install Poetry
33-
uses: snok/install-poetry@v1.3.4
33+
uses: snok/install-poetry@v1.4.1
3434
with:
3535
virtualenvs-in-project: true
36+
plugins: |
37+
poetry-plugin-export
3638
3739
- name: Update requirements.txt
3840
run: |

0 commit comments

Comments
 (0)