Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Nov 27, 2024
1 parent de808b4 commit 1d4b5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Set up Python 3.11
run: uv python install 3.11

- name: Install dependencies
run: uv sync

- name: add deps
run: apt install -y python3-dev build-essential

- name: Install dependencies
run: uv sync

- name: Build docs
run: cd docs && uv run make html

Expand Down

0 comments on commit 1d4b5db

Please sign in to comment.