File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737env :
3838 current_python : ' 3.13'
3939 poetry_version : ' 2.1.4'
40+ poetry_export_version : ' 1.9.0'
4041 nox_cmd : ' nox --verbose --error-on-missing-interpreters --session'
4142jobs :
4243 check :
6465 - name : Install Nox & co
6566 run : |
6667 pip${{ env.current_python }} install poetry==${{ env.poetry_version }}
68+ pip${{ env.current_python }} install poetry-plugin-export==${{ env.poetry_export_version }}
6769 poetry export --with dev --without-hashes --format constraints.txt --output constraints.txt
6870 pip${{ env.current_python }} install --constraint constraints.txt nox nox-poetry
6971
@@ -171,6 +173,7 @@ jobs:
171173 - name : Install Nox & co
172174 run : |
173175 pip${{ env.current_python }} install poetry==${{ env.poetry_version }}
176+ pip${{ env.current_python }} install poetry-plugin-export==${{ env.poetry_export_version }}
174177 poetry export --with dev --without-hashes --format constraints.txt --output constraints.txt
175178 pip${{ env.current_python }} install --constraint constraints.txt nox nox-poetry
176179 - name : Install Python ${{ matrix.python-version }}
@@ -223,6 +226,7 @@ jobs:
223226 - name : Install Nox & co
224227 run : |
225228 pip${{ env.current_python }} install poetry==${{ env.poetry_version }}
229+ pip${{ env.current_python }} install poetry-plugin-export==${{ env.poetry_export_version }}
226230 poetry export --with dev --without-hashes --format constraints.txt --output constraints.txt
227231 pip${{ env.current_python }} install --constraint constraints.txt nox nox-poetry
228232 - name : Install Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments