Skip to content

Enable local FaaS tests and install Python bindings (#181, #172)#202

Open
madhavkapila wants to merge 2 commits intometacall:masterfrom
madhavkapila:fix-local-ci-181
Open

Enable local FaaS tests and install Python bindings (#181, #172)#202
madhavkapila wants to merge 2 commits intometacall:masterfrom
madhavkapila:fix-local-ci-181

Conversation

@madhavkapila
Copy link

Fixes #181 and Fixes #172.

What changed:

  • Added pip3 install metacall to the CLI setup step. This resolves the ModuleNotFoundError during the Python integration tests.
  • Uncommented the local FaaS testing block in ci.yml. Since the blocking issue (faas#78 execution path) was resolved upstream by @viferga , this local integration test now passes successfully.

This ensures PRs are properly tested locally since the production tests are skipped for pull_request events.

@madhavkapila madhavkapila marked this pull request as ready for review March 5, 2026 13:49
@viferga viferga closed this Mar 9, 2026
@viferga viferga reopened this Mar 9, 2026
@viferga
Copy link
Member

viferga commented Mar 9, 2026

pip3 install metacall may not be necessary, now it's included in the installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local FaaS CI is failing We need pip install metacall by default so local test work

2 participants