Fix optional sphinx dependency (#44)

This commit is contained in:
Jared Dillard
2025-09-17 10:51:07 -07:00
committed by GitHub
parent e64e20133a
commit f5dcd15889
5 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install -e . --group dev
# - name: Run mypy
# run: |
@@ -52,4 +52,4 @@ jobs:
# uses: actions/upload-artifact@v3
# with:
# name: dist-${{ matrix.python-version }}
# path: dist/
# path: dist/