Skip to content

Commit

Permalink
Benchmark against built version of prefect
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Oct 22, 2024
1 parent 62e9330 commit b5f6101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codspeed-benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Install packages
run: |
python -m pip install -U uv
uv pip install --upgrade --system -e .[dev]
uv pip install pytest pytest-codspeed pytest-benchmark
python setup.py install
- name: Start server
run: |
Expand Down

0 comments on commit b5f6101

Please sign in to comment.