Skip to content

Commit 984f48d

Browse files
TGJLSclaude
andcommitted
Run adaptix-testing via python run.py instead of uv run entry point
uv run adaptix-testing fails to locate the installed script entry point; calling run.py directly is simpler and reliable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f2ae717 commit 984f48d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
shell: wsl-bash {0}
224224
run: |
225225
cd /tmp/testing-kit
226-
uv run adaptix-testing -c /tmp/ci_config.yaml -t tasks.yaml
226+
uv run python run.py -c /tmp/ci_config.yaml -t tasks.yaml
227227
228228
# ── Cleanup ──────────────────────────────────────────────────────────────
229229

0 commit comments

Comments
 (0)