Skip to content

Commit

Permalink
sync pytest with mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed May 30, 2024
1 parent 58b535d commit 033521b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ concurrency:
cancel-in-progress: true

jobs:

Static-Type-Checking:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'ready-for-review')
strategy:
max-parallel: 5
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3
poetry install --all-extras
- name: Test with pytest
env: # Or as an environment variable
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
Expand Down

0 comments on commit 033521b

Please sign in to comment.