-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from pypi to github for auto-gpt-plugin-template #4402
Switch from pypi to github for auto-gpt-plugin-template #4402
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
|
Deployment failed with the following error:
|
Deployment failed with the following error:
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4402 +/- ##
==========================================
- Coverage 68.46% 68.39% -0.07%
==========================================
Files 72 72
Lines 3494 3506 +12
Branches 534 534
==========================================
+ Hits 2392 2398 +6
- Misses 930 936 +6
Partials 172 172
☔ View full report in Codecov by Sentry. |
Background
Significant-Gravitas/Auto-GPT-Plugin-Template#16
Changes
Point auto-gpt-plugin-template to the github repo + a tag. Adapt the plugin tests to the new interface.
PR Quality Checklist
black .
andisort .
against my code to ensure it passes our linter.