Skip to content

Commit

Permalink
ci: use Python 3.12 for benchmark (#2231)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the Python version in the benchmark workflow from 3.11 to 3.12
for better compatibility and performance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
njzjz authored May 14, 2024
1 parent 12bc2ef commit 311db70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
architecture: 'x64'
- run: pip install uv
- run: uv pip install --system -e .[test]
Expand Down

0 comments on commit 311db70

Please sign in to comment.