feat: Fix Python versions used in CI (#6725)

fix: Fix Python versions used in CI
This commit is contained in:
Christophe Bornet 2025-02-20 12:15:05 +01:00 committed by GitHub
commit a4355caabe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 21 additions and 52 deletions

View file

@ -25,12 +25,14 @@ jobs:
strategy:
matrix:
python-version:
- "3.13"
- "3.12"
steps:
- name: Check out the code at a specific ref
uses: actions/checkout@v4
- name: "Setup Environment"
uses: ./.github/actions/setup-uv
with:
python-version: ${{ matrix.python-version }}
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with: