Skip to content

Commit

Permalink
Merge pull request #9 from deepgram-starters/sr/adding-test
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
SandraRodgers committed Jul 11, 2024
2 parents 99091b5 + dbd4271 commit 4e1f2ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-deepgram-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
if [ "$LATEST_VERSION" != "$INSTALLED_VERSION" ]; then
echo "Updating Deepgram SDK from $INSTALLED_VERSION to $LATEST_VERSION"
pip install deepgram-sdk==$LATEST_VERSION
# Update requirements.txt
sed -i "s/deepgram-sdk==.*/deepgram-sdk==$LATEST_VERSION/" requirements.txt
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add requirements.txt
Expand Down

0 comments on commit 4e1f2ac

Please sign in to comment.