Files
fuzzforge_ai/.github/workflows
tduhamel42 52f168e2c2 fix(ci): Install local monorepo dependencies before CLI
The GitHub Actions workflow was failing because the CLI depends on
fuzzforge-sdk and fuzzforge-ai packages which are local to the monorepo
and not available on PyPI.

Updated all jobs to install local dependencies first:
- platform-detection-tests
- fast-workflow-tests
- android-platform-tests
- full-workflow-tests

This ensures pip can resolve all dependencies correctly.
2025-10-29 14:43:59 +01:00
..
2025-10-02 17:17:52 +02:00