Run primer on latest Python version (#6593)

This commit is contained in:
Shantanu
2021-12-15 23:56:30 -08:00
committed by GitHub
parent 7103b0be2d
commit 9aa66f0c37

View File

@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Install dependencies
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
- name: Run mypy_primer