We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406f86e commit a407ed2Copy full SHA for a407ed2
.github/workflows/end-to-end-test-coverage.yaml
@@ -59,14 +59,10 @@ jobs:
59
60
- name: Install dependencies (CLI)
61
run: |
62
- uv tool install poetry
63
- uv venv
64
- source .venv/bin/activate
65
- poetry install --with dev
66
- poetry add black # my-best-repo in end_to_end_test_coverage.py is configured to use black
+ uv sync
+ uv add black # my-best-repo in end_to_end_test_coverage.py is configured to use black
67
68
- name: Run Codeflash to optimize code
69
id: optimize_code
70
71
72
- poetry run python tests/scripts/end_to_end_test_coverage.py
+ uv run python tests/scripts/end_to_end_test_coverage.py
0 commit comments