Disable pytype for now

pull/387/head
Wyatt Stanke 1 year ago
parent 938c8bf479
commit 9cd6dab87b
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -55,6 +55,8 @@ jobs:
pytype3_10: pytype3_10:
name: pytype 3.10 name: pytype 3.10
runs-on: ubuntu-latest runs-on: ubuntu-latest
# google/pytype/1105
if: false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
@ -64,8 +66,8 @@ jobs:
run: | run: |
python --version python --version
pip install .[dev] pip install .[dev]
pip install -q gspread ipython pip install -q gspread ipython pytype
pytype pytype .
format: format:
name: Check format with black name: Check format with black
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save