Skip to content

Fix uses of Graph.from_targets() #283

Fix uses of Graph.from_targets()

Fix uses of Graph.from_targets() #283

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
strategy:
fail-fast: true
matrix:
environment: ["py310", "py311", "py312", "py313", "py314"]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.9.4
with:
pixi-version: v0.66.0
environments: test-${{ matrix.environment }}
cache: true
- run: pixi run --environment test-${{ matrix.environment }} test