installing axolotl prior to quartodoc build

This commit is contained in:
Dan Saunders
2025-03-21 16:51:02 +00:00
parent 94c00c1d04
commit 0bffef25d0

View File

@@ -23,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install jupyter quartodoc
python3 -m pip install -e .
- name: Build autodoc
run: quartodoc build
- name: Publish to GitHub Pages (and render)