Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Jul 1, 2024
1 parent bb38dc5 commit 01c8a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: Install dependencies
run: poetry install --with docs
run: poetry install --with dev
- name: Build documentation
run: |
mkdir gh-pages
Expand Down

0 comments on commit 01c8a9c

Please sign in to comment.