Skip to content

feat: power to db

feat: power to db #11

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
paths:
- "src/**.py"
- "pixi.lock"
- "pixi.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audio:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Update Submodule
run: git submodule update --init --recursive
- name: Set up pixi
uses: prefix-dev/[email protected]
with:
run-install: false
- name: bench
run: pixi run pytest "./src" --benchmark-max-time=0.00005 --benchmark-min-rounds=1 --benchmark-histogram=histogram/audio