We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283e04 commit c022c83Copy full SHA for c022c83
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
# Setup Virtual Environment
38
python3 -m venv ./.venv
39
source .venv/bin/activate
40
- poetry install
+ poetry install --with dev
41
42
- name: Check license
43
run: |
0 commit comments