Skip to content

Commit 3c88dcd

Browse files
Alek PetuskeyAlek Petuskey
authored andcommitted
Test codespeed
1 parent 64e256f commit 3c88dcd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/codspeed.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
18+
- uses: ./.github/actions/setup_build_env
1919
with:
20-
python-version: "3.9"
21-
22-
- name: Install dependencies
23-
run: poetry install
20+
python-version: "3.12"
21+
run-poetry-install: true
22+
create-venv-at-path: .venv
2423

2524
- name: Run benchmarks
2625
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)