Skip to content

add overwrite kwarg to the top-level create_multiscale_group routine #47

add overwrite kwarg to the top-level create_multiscale_group routine

add overwrite kwarg to the top-level create_multiscale_group routine #47

Workflow file for this run

name: Linux Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: py=${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Hatch
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Set Up Hatch Env
run: |
hatch env create test.py${{ matrix.python-version }}
- name: Run Tests
run: |
hatch env run --env test.py${{ matrix.python-version }} run