Skip to content

Commit ab9e966

Browse files
committed
ci: poetry>=2.0 requires poetry-plugin-export
1 parent 381806f commit ab9e966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies
3434
- name: Install Poetry
35-
run: pip install poetry
35+
run: pip install poetry poetry-plugin-export
3636

3737
- name: Create Virtual Environment
3838
run: python -m venv .venv

0 commit comments

Comments
 (0)