We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381806f commit ab9e966Copy full SHA for ab9e966
1 file changed
.github/workflows/checks.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-${{ steps.get_python_version.outputs.python_version }}-dependencies
34
- name: Install Poetry
35
- run: pip install poetry
+ run: pip install poetry poetry-plugin-export
36
37
- name: Create Virtual Environment
38
run: python -m venv .venv
0 commit comments