Skip to content

Commit

Permalink
install optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Jan 28, 2024
1 parent 40da2d2 commit 4cba566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.11
- name: Install local pkg
run: pip install .
run: pip install .[all]
- name: Generate SQL schema
run: sc-crawler schema mysql > schema.sql
- name: Convert SQL schema to DBML
Expand Down

0 comments on commit 4cba566

Please sign in to comment.