Add pytype installation step to test_pr workflow

pull/388/head
Wyatt Stanke 11 months ago
parent 4503f9f0a7
commit 496c466476
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -9,12 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/library/setup
- name: Install pytype
run: pip install -q pytype
- name: Run pytype
run: |
python --version
pip install .[dev]
pip install -q gspread ipython
pytype
run: pytype .
format:
name: Check format with black
runs-on: ubuntu-latest

Loading…
Cancel
Save