Skip to content

Commit

Permalink
Fix docs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Oct 12, 2023
1 parent a544b9d commit 91835e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
python-version: 3.11
architecture: x64
cache: 'pip'
- name: Install dependencies
run: sudo apt-get install -y libqhull-dev
if: runner.os == 'Linux'
- name: Install Python dependencies
run: |
pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 91835e0

Please sign in to comment.