Skip to content

Commit

Permalink
Add apt-get python3-scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
maetshju committed Dec 28, 2023
1 parent 69a31df commit 0a1e020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update; sudo apt-get install python3-scipy
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@latest # if package requires Pkg.build()
- uses: julia-actions/julia-docdeploy@latest
Expand Down

0 comments on commit 0a1e020

Please sign in to comment.