Skip to content

MAINT update stack doc and deploy on gh-pages (#77) #3

MAINT update stack doc and deploy on gh-pages (#77)

MAINT update stack doc and deploy on gh-pages (#77) #3

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/setup-pixi@v0.6.0
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/codecov-action@v4.0.1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: glemaitre/doc-search-rag-based-llm