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 e4a9f6f commit 85e1a45Copy full SHA for 85e1a45
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python -mpip install --upgrade pip
32
python -mpip install mypy types-PyYaml
33
+ python -mpip install ./ua-parser-builtins
34
- name: mypy
35
if: ${{ always() && steps.install_mypy.conclusion == 'success' }}
36
run: mypy
0 commit comments