simplify by installing no deps

This commit is contained in:
Dan Saunders
2025-03-21 13:27:54 -04:00
parent b88b389b17
commit c649d569b4

View File

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