Skip to content

ci: Add dependabot and release config (#83) #41

ci: Add dependabot and release config (#83)

ci: Add dependabot and release config (#83) #41

Workflow file for this run

name: CI Python
on:
push:
branches:
- main
- dev
pull_request:
permissions:
contents: read
env:
PIXI_PYTHON_ENV: py-phylo2vec
PIXI_COLOR: always
jobs:
build_and_test:
name: Python project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: ${{ env.PIXI_PYTHON_ENV }}
- run: pixi run -e ${{ env.PIXI_PYTHON_ENV }} test