Skip to content

Commit c022c83

Browse files
committed
install dev deps for license check step
1 parent b283e04 commit c022c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Setup Virtual Environment
3838
python3 -m venv ./.venv
3939
source .venv/bin/activate
40-
poetry install
40+
poetry install --with dev
4141
4242
- name: Check license
4343
run: |

0 commit comments

Comments
 (0)