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 Failing GitHub Actions #65

Open sweep-ai[bot] opened 3 months ago

sweep-ai[bot] commented 3 months ago

PR Feedback (click)

Changes include:

  1. Reviewing the usage of the skip_in_ci decorator in test files to ensure that tests not suitable for CI environments are correctly skipped.
  2. Creating a new GitHub Actions workflow file to define the CI pipeline for the project, including steps for setting up the environment, installing dependencies, and running tests.

Summary of Changes

These changes aim to ensure that the GitHub Actions workflow is correctly configured to handle the project's testing needs, including skipping tests not suitable for CI environments.

sweep-ai[bot] commented 3 months ago

Rollback Files For Sweep