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