Skip to content

Fix POVME CLI and documentation #14

Fix POVME CLI and documentation

Fix POVME CLI and documentation #14

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]
with:
frozen: true
- name: Run tests
run: pixi run tests