Skip to content

Fix setuptools find #26

Fix setuptools find

Fix setuptools find #26

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install pixi
uses: prefix-dev/[email protected]
- name: Setup environment
run: pixi install
- name: Run tests
run: pixi run tests