Skip to content

Commit

Permalink
add openai Python dependency to update-hombrew-formula.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdemers authored Nov 8, 2023
1 parent e97ec51 commit eba68e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-hombrew-formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: pip install requests
run: pip install requests openai

- name: Clone Homebrew Tap Repo
run: git clone https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/cdemers/homebrew-tools.git
Expand Down

0 comments on commit eba68e8

Please sign in to comment.