Skip to content

chore(deps): update dependency prefix-dev/pixi to v0.56.0 #103

chore(deps): update dependency prefix-dev/pixi to v0.56.0

chore(deps): update dependency prefix-dev/pixi to v0.56.0 #103

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
concurrency:
# Concurrency group that uses the workflow name and PR number if available
# or commit SHA as a fallback. If a new build is triggered under that
# concurrency group while a previous build is running it will be canceled.
# Repeated pushes to a PR will cancel all previous builds, while multiple
# merges to main will not cancel.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
env:
# renovate: datasource=github-releases depName=prefix-dev/pixi
PIXI_VERSION: v0.56.0
with:
pixi-version: ${{ env.PIXI_VERSION }}
- name: Run tests
run: pixi run test
- name: Archive coverage report
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: ci-artifacts
path: htmlcov/**
retention-days: 5