Skip to content

Initialize chunks correctly with empty channels_3d #16

Initialize chunks correctly with empty channels_3d

Initialize chunks correctly with empty channels_3d #16

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
jobs:
run:
name: ${{ matrix.pixi-environment }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
pixi-environment:
- py310-base
- py310-xarray
- py311-base
- py311-xarray
- py312-base
- py312-xarray
steps:
- uses: actions/checkout@v4
- name: Set up Pixi
uses: prefix-dev/[email protected]
with:
cache: true
environments: ${{ matrix.pixi-environment }}
- name: Run tests
run: pixi run --environment ${{ matrix.pixi-environment }} test