We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c7ca0 commit 422b205Copy full SHA for 422b205
1 file changed
.github/workflows/tests.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Install Poetry
57
run: |
58
- pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry
+ pipx install --pip-args=--constraint=.github/workflows/python-constraints.txt poetry poetry-plugin-export
59
poetry --version
60
61
- name: Install Nox
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
123
0 commit comments