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 #36

Open sweep-ai[bot] opened 7 months ago

sweep-ai[bot] commented 7 months ago

PR Feedback (click)

The changes include:

Summary of Changes

  1. Created a new GitHub Actions workflow file .github/workflows/python-ci.yml that includes steps for setting up Python, installing dependencies, and running pytest.
  2. Added a pytest configuration file pytest.ini in the autogpts/ directory to define custom markers for skipping tests not suitable for the CI environment.
  3. Modified the skip_in_ci function in autogpts/autogpt/tests/utils.py to ensure it correctly identifies the CI environment and optionally logs when tests are being skipped.

These changes should help improve the reliability of the GitHub Actions workflows and ensure that all tests are correctly executed in the CI environment.

sweep-ai[bot] commented 7 months ago

Rollback Files For Sweep