Skip to content

Commit

Permalink
ci: update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Sep 2, 2024
1 parent d39a00d commit 415bf40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ jobs:
with:
python-version: "3.9"

- name: Set up uv
shell: bash
run: curl -LsSf https://astral.sh/uv/0.4.0/install.sh | sh

- name: Set up Python
shell: bash
run: uv python install

- name: Install dependencies
run: pip install .[test]
run: make install

- name: Run benchmarks
uses: CodSpeedHQ/action@v2
Expand Down

0 comments on commit 415bf40

Please sign in to comment.