Skip to content

Commit 7c0f29e

Browse files
ci: fix Custodian install syntax (Direct URL form)
1 parent 686f7a2 commit 7c0f29e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.console/log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,6 @@ Added .github/workflows/custodian-audit.yml + .hooks/pre-push.
123123
Both run `custodian-multi --fail-on-findings`. CI is the source of
124124
truth; pre-push catches regressions before they hit GitHub.
125125

126+
127+
## 2026-05-08 — CI fix: Direct URL pip install syntax
128+

.github/workflows/custodian-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Custodian
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install "git+https://github.com/Velascat/Custodian.git@main#egg=custodian[tools]"
26+
pip install "custodian[tools] @ git+https://github.com/Velascat/Custodian.git@main"
2727
pip install ruff vulture ty
2828
2929
- name: Install repo (best-effort, for adapter passes)

0 commit comments

Comments
 (0)