Skip to content

Commit

Permalink
Merge pull request #318 from C-Pro/feature/is-worthy
Browse files Browse the repository at this point in the history
check the challenge answer is worthy
  • Loading branch information
C-Pro authored Sep 8, 2024
2 parents eba438f + 4c3c778 commit ae927f9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1,511 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv==2022.9.24
pipenv install --system --dev
pipenv install --dev
- name: Lint
run: make lint
run: pipenv run make lint
- name: Test with pytest
run: export PYTHONPATH=./bot && pytest
run: export PYTHONPATH=./bot && pipenv run pytest
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ google-cloud-speech = "==2.21.0"
sentry-sdk = "==1.31.0"
Pillow = "==10.0.1"
toml = "==0.10.2"
install = "==1.3.5"
pip-install = "==1.3.5"
aiohttp = "==3.8.5"
openai = "==1.6.1"
typing-extensions = "==4.8.0"
Expand Down
Loading

0 comments on commit ae927f9

Please sign in to comment.