Skip to content

Commit

Permalink
Merge pull request #13 from airflow-laminar/tkp/config
Browse files Browse the repository at this point in the history
install develop deps for docs generation
  • Loading branch information
timkpaine authored Aug 9, 2024
2 parents 1cf009f + 21c0c93 commit 099fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install .
- run: pip install .[develop]
- run: pip install yardang
- run: yardang build
- name: Deploy
Expand Down

0 comments on commit 099fff3

Please sign in to comment.