Skip to content

Updated/minor changes #120

Updated/minor changes

Updated/minor changes #120

Workflow file for this run

name: Run Tests with Pytest
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
name: Run tests with pixi environment
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: prefix-dev/[email protected]
with:
pixi-version: v0.45.0
cache: true
- run: pixi run test-pipeline