Skip to content

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 (#153) #218

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 (#153)

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 (#153) #218

name: pytest-with-coverage
on:
push:
branches: [ '*' ]
# Enable workflow to be triggered from GitHub CLI, browser, or via API
# primarily for testing conda env solution for new Python versions
workflow_dispatch:
jobs:
pytest-with-coverage:
permissions:
contents: read
pull-requests: write
strategy:
fail-fast: false
matrix:
environment: [ 'test-py312', 'test-py313', 'test-py314' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/pixi-pytest-with-coverage.yaml@main
with:
environment: ${{ matrix.environment }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}