Skip to content

Commit

Permalink
ci: install sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jan 23, 2025
1 parent e03d083 commit d6878c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
with:
python-version-file: "pyproject.toml"

- name: Install system dependencies
run: brew install geos

- name: Install the project
run: uv sync --all-extras --group docs

Expand Down

0 comments on commit d6878c0

Please sign in to comment.