Skip to content

Commit ba21916

Browse files
committed
ci: remove zenfaces/zentract clones (private repos, not needed)
zenfaces/zentract don't have public GitHub repos. They're only reached via zenpipe's nodes-faces feature which uses dep: syntax (2021 edition weak optional deps) — since nodes-faces is never enabled in our feature set, Cargo won't try to resolve those paths.
1 parent 6a9b91d commit ba21916

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ jobs:
175175
# Unified codec/pipeline dispatch
176176
git clone --depth 1 https://github.com/imazen/zencodecs.git ../zen/zencodecs
177177
git clone --depth 1 https://github.com/imazen/zenpipe.git ../zen/zenpipe
178-
# AI/face features (optional path deps still need to exist)
179-
git clone --depth 1 https://github.com/imazen/zenfaces.git ../zen/zenfaces
180-
git clone --depth 1 https://github.com/imazen/zentract.git ../zen/zentract
181178
# Metrics/testing
182179
git clone --depth 1 https://github.com/imazen/zensim.git ../zen/zensim
183180

0 commit comments

Comments
 (0)