Skip to content

build: drop pdm for pixi only dev environment #13

build: drop pdm for pixi only dev environment

build: drop pdm for pixi only dev environment #13

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
workflow_call:
# cancel workflow if newer commits
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test Pycashier
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
environment:
- "test38"
- "test39"
- "test310"
# https://bioconda.github.io/faqs.html#python
# TLDR: these aren't supported as of Jan 2024
# - "test311"
# - "test312"
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.29.0
cache: true
manifest-path: pyproject.toml
- name: Run tests
run: pixi run -e ${{ matrix.environment }} pytest