Test codespeed
This commit is contained in:
parent
64e256f2cc
commit
3c88dcd905
9
.github/workflows/codspeed.yml
vendored
9
.github/workflows/codspeed.yml
vendored
@ -15,12 +15,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: ./.github/actions/setup_build_env
|
||||
with:
|
||||
python-version: "3.9"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
python-version: "3.12"
|
||||
run-poetry-install: true
|
||||
create-venv-at-path: .venv
|
||||
|
||||
- name: Run benchmarks
|
||||
uses: CodSpeedHQ/action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user