Skip to content

MAINT update repository to 2024 tech stack (#76) #1

MAINT update repository to 2024 tech stack (#76)

MAINT update repository to 2024 tech stack (#76) #1

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-12]
environment: [test]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.20.1
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test
# - name: Upload coverage reports to Codecov
# uses: codecov/[email protected]
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: glemaitre/doc-search-rag-based-llm