File tree Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Expand file tree Collapse file tree 3 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 python-version : 3.11.6
3333
34- - name : Install dependencies (CLI)
35- run : |
36- uv tool install poetry
37- uv venv
38- source .venv/bin/activate
39- poetry install --with dev
40-
4134 - name : Run Codeflash to optimize code
4235 id : optimize_code
4336 run : |
44- source .venv/bin/activate
45- poetry run codeflash
37+ uv run codeflash
Original file line number Diff line number Diff line change 1818
1919 - name : Install uv
2020 uses : astral-sh/setup-uv@v5
21- with :
22- version : " 0.5.30"
23-
24- - name : install poetry as a tool
25- run : uv tool install poetry
26-
27- - name : install dependencies
28- run : uvx poetry install --with dev
2921
3022 - name : Run mypy on allowlist
31- run : uvx poetry run mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt
23+ run : uv run --all-groups mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt
Original file line number Diff line number Diff line change 2626 python-version : ${{ matrix.python-version }}
2727
2828 - name : Unit tests
29- run : uv run --group dev pytest tests/ --cov --cov-report=xml
29+ run : uv run pytest tests/ --cov --cov-report=xml
3030
3131 - name : Upload coverage reports to Codecov
3232 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments