Skip to content

Commit

Permalink
Stop installing sqlite in github doc action
Browse files Browse the repository at this point in the history
It stopped being available.
  • Loading branch information
timj committed Jan 15, 2025
1 parent 3bfe4fd commit 7ee97ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
cache: "pip"
cache-dependency-path: "setup.cfg"

- name: Install sqlite
run: sudo apt-get install sqlite libyaml-dev

- name: Install uv
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7ee97ef

Please sign in to comment.