Skip to content

Commit

Permalink
try building without nox
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Oct 9, 2023
1 parent 37b88f1 commit 6e35f34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,12 @@ jobs:
run: |
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --only=dev
nox -s docs-gen
nox -s docs-build
poetry install --with=docs
pip install ${WHEEL} --force-reinstall
cd docs
python _scripts/gen_reference.py
python -m quartodoc interlinks
quarto render --output-dir _site
deactivate
- name: Upload docs
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 6e35f34

Please sign in to comment.