Skip to content

Commit

Permalink
move install items out of requirements textfile for portability (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjhill authored Dec 13, 2022
1 parent 3fbe116 commit ccc7e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ runs:
python3 -m venv .env
source .env/bin/activate
python -m pip install -U pip
pip install -r requirements.txt
pip install openai
pip install requests
- name: Review PR and make comment
shell: bash
run: |
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit ccc7e77

Please sign in to comment.