Skip to content

Commit

Permalink
Feature: Activate virtual environment in action.yml and update cspell…
Browse files Browse the repository at this point in the history
….json (#10)
  • Loading branch information
tqer39 authored Nov 2, 2024
1 parent 0d02b44 commit 9f07a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
env:
OPENAI_API_KEY: ${{ inputs.openai-api-key }}
run: |
source .venv/bin/activate
uv run python ${{ github.action_path }}/scripts/generate_pr_description.py > pr_output.txt
cat pr_output.txt
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"OPENAI",
"pydocstyle",
"Takeru",
"tqer"
"tqer",
"venv"
]
}

0 comments on commit 9f07a49

Please sign in to comment.