diff --git a/action.yml b/action.yml index a9cca33..07881c4 100644 --- a/action.yml +++ b/action.yml @@ -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: | diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 8485a3c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -openai -requests