Skip to content

copy ricker wavelet from scipy which removed it from version 1.15.0 (… #36

copy ricker wavelet from scipy which removed it from version 1.15.0 (…

copy ricker wavelet from scipy which removed it from version 1.15.0 (… #36

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build documentation
run: |
cd docs
make html