Skip to content

Commit

Permalink
add typing-extensions in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZXL committed Oct 19, 2024
1 parent 42428eb commit bfb846b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 3
matrix:
python-version: ['3.7', '3.9', '3.11']
Expand All @@ -29,6 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov pytest-asyncio
pip install typing-extensions>=4.1.0
- name: Run lint
run: |
flake8 utype --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit bfb846b

Please sign in to comment.