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 f486bb5 commit d076546Copy full SHA for d076546
.github/workflows/ci.yml
@@ -30,8 +30,9 @@ jobs:
30
id: install_mypy
31
if: ${{ always() && steps.setup_python.conclusion == 'success' }}
32
run: |
33
- git --version
34
python -mpip install --upgrade pip
+ python -m pip install versioningit
35
+ versioningit ./ua-parser-builtins
36
python -mpip install mypy types-PyYaml ./ua-parser-builtins
37
- name: mypy
38
if: ${{ always() && steps.install_mypy.conclusion == 'success' }}
0 commit comments