chore: have no-matching-distribution error message hint about target_platforms vs requirements_by_platform #6547
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: mypy | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # Checkout the code | |
| - uses: actions/checkout@v6 | |
| - uses: jpetrucciani/mypy-check@master | |
| with: | |
| path: 'python/runfiles' | |
| - uses: jpetrucciani/mypy-check@master | |
| with: | |
| path: 'tests/runfiles' |