We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94065f commit f486bb5Copy full SHA for f486bb5
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
id: install_mypy
31
if: ${{ always() && steps.setup_python.conclusion == 'success' }}
32
run: |
33
+ git --version
34
python -mpip install --upgrade pip
35
python -mpip install mypy types-PyYaml ./ua-parser-builtins
36
- name: mypy
0 commit comments