Skip to content

Commit a407ed2

Browse files
committed
applied sunscreen
1 parent 406f86e commit a407ed2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/end-to-end-test-coverage.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,10 @@ jobs:
5959

6060
- name: Install dependencies (CLI)
6161
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
62+
uv sync
63+
uv add black # my-best-repo in end_to_end_test_coverage.py is configured to use black
6764
6865
- name: Run Codeflash to optimize code
6966
id: optimize_code
7067
run: |
71-
source .venv/bin/activate
72-
poetry run python tests/scripts/end_to_end_test_coverage.py
68+
uv run python tests/scripts/end_to_end_test_coverage.py

0 commit comments

Comments
 (0)