Skip to content

Commit ea4dcc2

Browse files
committed
GitHub workflow: poetry-plugin-export needs to be installed manually
1 parent 34d8030 commit ea4dcc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ on:
3737
env:
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'
4142
jobs:
4243
check:
@@ -64,6 +65,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)