Skip to content

Commit

Permalink
fix(bot): dependencies (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Dec 30, 2023
1 parent b634a15 commit b35b5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
export TOKEN=${{ secrets.GITHUB_TOKEN }}
export API_VERSION="2022-11-28"
pip install -r requirements.txt
python gitapy.py watcher
python -m spacy download en_core_web_sm
python gitapy.py cachy
env:
NUMBER: ${{ github.event.issue.number }}
COMENTARIO: ${{ github.event.comment.body }}

0 comments on commit b35b5af

Please sign in to comment.