Skip to content

Merge branch 'feature/new_envvar_logic' of github.com:waltsims/k-wave… #1247

Merge branch 'feature/new_envvar_logic' of github.com:waltsims/k-wave…

Merge branch 'feature/new_envvar_logic' of github.com:waltsims/k-wave… #1247

Workflow file for this run

name: test_pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
- name: Build and Commit
uses: waltsims/[email protected]
with:
pyproject_toml_deps: ".[docs]"