Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 2, 2025
1 parent 3c241c8 commit dee2501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
# Check out repo and set up Python
- name: Check out the repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: tibdex/github-app-token@v1
id: generate-token
Expand All @@ -37,7 +39,7 @@ jobs:
- name: Install package
run: |
uv pip install "."
uv pip install ".[dev]"
# Run benchmarks
- name: Run benchmarks on python 3.10
Expand Down

0 comments on commit dee2501

Please sign in to comment.