Skip to content

Commit

Permalink
Fix GHA errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Nov 7, 2024
1 parent 574b892 commit 46cdfb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
cache-dependency-glob: pyproject.toml
cache-suffix: docs

- name: Install Python dependencies
run: uv pip install .[docs]

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml

- name: Install Python dependencies
run: uv pip install .[docs]

- name: Generate HTML
run: |
sphinx-build -d _build/doctrees docs/source _build/html
uv run sphinx-build -d _build/doctrees docs/source _build/html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
uv tool install tox --with tox-uv
tox --version
uv pip install .[test]
- name: Test install with tox
run: tox r -v --notest

0 comments on commit 46cdfb8

Please sign in to comment.