Skip to content

Connect CONTRIBUTING.md to wiki #378

Connect CONTRIBUTING.md to wiki

Connect CONTRIBUTING.md to wiki #378

Workflow file for this run

# Moving from conda to pixi way of env management
# Read more: https://pixi.sh/dev/basic_usage/
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Env_check:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up env with pixi goodness
uses: prefix-dev/[email protected]
with:
pixi-version: v0.40.3
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- run: pixi run DJ_package
- run: pixi run DJ_pre_commit