Skip to content

Commit

Permalink
update github flow
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Jul 10, 2024
1 parent 207785d commit 032942e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3
poetry lock
poetry install --with test
- name: Type-checking package with mypy
run: |
# Run this mypy instance against our main package.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install dependencies
run: |
poetry lock
poetry install --with test
- name: Test with pytest
env: # Or as an environment variable
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 032942e

Please sign in to comment.