Skip to content

Chore: Fix depreciated/ ambiguous fields in pyproject.toml and re-res… #6

Chore: Fix depreciated/ ambiguous fields in pyproject.toml and re-res…

Chore: Fix depreciated/ ambiguous fields in pyproject.toml and re-res… #6

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-12]
environment: [test]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: prefix-dev/setup-pixi@v0.9.2
with:
pixi-version: v0.50.0
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.5.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}