Skip to content

Merge pull request #79 from ioos/dependabot/github_actions/github-act… #162

Merge pull request #79 from ioos/dependabot/github_actions/github-act…

Merge pull request #79 from ioos/dependabot/github_actions/github-act… #162

Workflow file for this run

name: Tests
# no permissions by default
permissions: {}
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
pixi-environment: [ py310, py311, py312, py313 ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Pixi
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment ${{ matrix.pixi-environment }} test