diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c957f43..cfedf7b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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