Skip to content

Commit

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

0 comments on commit 5f06f25

Please sign in to comment.