Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aflament committed May 30, 2024
1 parent 4b375f3 commit 3644417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -r requirements.txt
pip freeze
- name: Run testing
env:
CI: true
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ anthropic~=0.20.0
## Google
google-api-python-client>=2.106.0
GoogleNews>=1.6.10

## Wikipedia
pymediawiki~=0.7.3
beautifulsoup4~=4.12.2

Expand Down

0 comments on commit 3644417

Please sign in to comment.