Skip to content

Commit

Permalink
fix poetry bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 8, 2024
1 parent e035d1a commit 2c90529
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 2c90529

Please sign in to comment.