Skip to content

Fix PyPI packaging workflow #70

Fix PyPI packaging workflow

Fix PyPI packaging workflow #70

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pixi-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.5
with:
pixi-version: v0.68.1
cache: false
- name: Run checks
run: pixi run checks
- name: Run test & coverage
run: pixi run coverage-ci
- name: Upload coverage reports
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Sen4CAP/sen4cap-client
# Add other pixi tasks here