Skip to content

Commit

Permalink
Merge pull request #41 from OSIPI/docs
Browse files Browse the repository at this point in the history
fix poetry bug in workflow
  • Loading branch information
ltorres6 authored Aug 8, 2024
2 parents e484096 + 2c90529 commit 45f4812
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
poetry-version: '1.8.3'

- name: Install dependencies
run: poetry install --extras "tests docs"
run: poetry install

- name: Build MkDocs documentation
run: |
Expand Down
Loading

0 comments on commit 45f4812

Please sign in to comment.