Skip to content

perf: let noromaid mixtral scale to zero #226

perf: let noromaid mixtral scale to zero

perf: let noromaid mixtral scale to zero #226

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
unit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: poetry install --no-root
- name: Run tests
run: poetry run pytest