Skip to content

Merge pull request #3 from uw-cryo/scriptify #3

Merge pull request #3 from uw-cryo/scriptify

Merge pull request #3 from uw-cryo/scriptify #3

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: dev
manifest-path: pyproject.toml
cache: false
locked: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Run Pytest
run: |
pixi run test