Skip to content

Commit

Permalink
Test New CI Pipeline (Significant-Gravitas#4170)
Browse files Browse the repository at this point in the history
* introduce dummy prompt change

* introduce dummy prompt change

* empty commit

* empty commit

* empty commit

* push to origin repo

* add s to quote
  • Loading branch information
waynehamadi authored May 14, 2023
1 parent de6b8ee commit 2d9b929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
git config user.name "GitHub Actions"
git commit -m "Add new cassettes"
git checkout -b cassette-diff-${{ github.event.pull_request.number }}
git push -f origin cassette-diff-${{ github.event.pull_request.number }}
echo "COMMIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
git remote add target https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.event.pull_request.base.repo.full_name }}
git push -f target cassette-diff-${{ github.event.pull_request.number }}
2 changes: 1 addition & 1 deletion autogpt/llm/llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def create_chat_completion(
)
warned_user = True
except (APIError, Timeout) as e:
if e.http_status != 502 :
if e.http_status != 502:
raise
if attempt == num_retries - 1:
raise
Expand Down

0 comments on commit 2d9b929

Please sign in to comment.