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 Failures #31

Open sweep-ai[bot] opened 9 months ago

sweep-ai[bot] commented 9 months ago

PR Feedback (click)

The changes made include:

  1. Modifying the skip_in_ci function in autogpts/autogpt/tests/utils.py to ensure it accurately detects the CI environment and skips tests as intended.
  2. Refactoring the try-except block in cli.py that checks for git user configuration to better handle environments where git might not be configured, such as in GitHub Actions.

Summary of Changes

These changes aim to make the GitHub Actions more robust and prevent failures due to environment-specific issues.

sweep-ai[bot] commented 9 months ago

Rollback Files For Sweep