Skip to content

Commit

Permalink
install build essentials for docs to allow phonopy to build (#140)
Browse files Browse the repository at this point in the history
* install build essentials for docs to allow phonopy to build

* fix pre-commits
  • Loading branch information
federicazanca authored Jun 6, 2024
1 parent 3c4d7ec commit b250ed7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
apt install -y pipx
pipx install poetry
- name: add deps
run: |
apt install -y python3-dev build-essential
- name: sphinx
run: |
export PATH="$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit b250ed7

Please sign in to comment.