Skip to content

Bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 #572

Bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0

Bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 #572

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: ${{ matrix.pixi-environment }} - ${{ matrix.os }}
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
pixi-environment: ["py39", "py310", "py311", "py312"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Test with pytest
run: pixi run tests-ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}