Fix workflow by quoting Python version in YAML file (#6600)

This commit is contained in:
Sebastian Rittau
2021-12-16 11:32:00 +01:00
committed by GitHub
parent 9aa66f0c37
commit 6860df029b

View File

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