Skip to content

Commit

Permalink
dont use poetry for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent cf9b3f5 commit 579b621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:

- name: Build documentation
run: |
pip install sphinx-tabs
poetry run make html --directory docs/
pip install -r docs/requirements.txt
pip install .
make html --directory=docs
Continuous-Deployment:
permissions:
Expand Down

0 comments on commit 579b621

Please sign in to comment.