feat: Fix Python versions used in CI (#6725)
fix: Fix Python versions used in CI
This commit is contained in:
parent
af2d77d886
commit
a4355caabe
8 changed files with 21 additions and 52 deletions
6
.github/workflows/codeflash.yml
vendored
6
.github/workflows/codeflash.yml
vendored
|
|
@ -22,10 +22,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
python-version: "3.12"
|
||||
- name: "Setup Environment"
|
||||
uses: ./.github/actions/setup-uv
|
||||
- run: uv sync --extra dev
|
||||
- name: Run Codeflash Optimizer
|
||||
working-directory: ./src/backend/base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue