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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: ./.github/actions/setup_build_env
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.12"
|
||||||
|
run-poetry-install: true
|
||||||
- name: Install dependencies
|
create-venv-at-path: .venv
|
||||||
run: poetry install
|
|
||||||
|
|
||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
uses: CodSpeedHQ/action@v3
|
uses: CodSpeedHQ/action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user