Skip to content

Commit

Permalink
preview with poetry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Nov 9, 2023
1 parent 1273a62 commit 2d1dfa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
- name: Install dependencies and build doc
run: |
set +e
cd main
poetry install --all-extras --with dev --sync
sphinx-build main/docs _build
poetry run sphinx-build docs ../_build
echo "exitcode=$?" >> $GITHUB_ENV
cd ..
- uses: actions/checkout@v4
with:
# This is necessary so that we have the tags.
Expand Down

0 comments on commit 2d1dfa7

Please sign in to comment.