8000 sample slurm processing recipe · uw-cryo/lidar_tools@4a5610f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sample slurm processing recipe #43

sample slurm processing recipe

sample slurm processing recipe #43

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/setup-pixi@v0.8.8
with:
environments: dev
manifest-path: pyproject.toml
cache: true
frozen: true
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Run Pytest
run: |
pixi run test
0