Thetruemank / Auto-GPT

An experimental open-source attempt to make GPT-4 fully autonomous.
https://agpt.co
MIT License
0 stars 0 forks source link

Fix GitHub Actions and Test Skipping Issue #66

Open sweep-ai[bot] opened 3 months ago

sweep-ai[bot] commented 3 months ago

PR Feedback (click)

  1. Explicit Dependency Declaration: Removed dynamic dependency installation from cli.py and added a requirements.txt file for explicit dependency declaration.

  2. Test Skipping in CI: Reviewed the use of skip_in_ci decorator in tests and ensured that no crucial tests are being skipped in the CI environment.

  3. GitHub Actions Workflow: Created a new GitHub Actions workflow file .github/workflows/autogpt_ci.yml that sets up Python, installs dependencies from requirements.txt, and runs the full test suite.

Summary of Changes

These changes should fix the failing GitHub Actions and ensure that all necessary tests are executed in the CI environment.

sweep-ai[bot] commented 3 months ago

Rollback Files For Sweep