Skip to content

Commit

Permalink
give me more information
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Aug 15, 2023
1 parent f100dda commit 3deed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cache: pip
cache-dependency-path: requirements-tests.txt
- run: pip install -r requirements-tests.txt
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
- run: python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }} --verbose

# Run mypy slightly differently on the py312 stubs,
# as mypyc doesn't work on Python 3.12 yet
Expand Down

0 comments on commit 3deed40

Please sign in to comment.