Skip to content

Commit 422b205

Browse files
committed
ensure poetry-exporter-plugin is installed
1 parent 32c7ca0 commit 422b205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Install Poetry
5757
run: |
58-
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry
58+
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry poetry-plugin-export
5959
poetry --version
6060
6161
- name: Install Nox
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Install Poetry
119119
run: |
120-
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry
120+
pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry poetry-plugin-export
121121
poetry --version
122122
123123
- name: Install Nox

0 commit comments

Comments
 (0)