Skip to content

Commit d076546

Browse files
committed
workflow stuff
1 parent f486bb5 commit d076546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
id: install_mypy
3131
if: ${{ always() && steps.setup_python.conclusion == 'success' }}
3232
run: |
33-
git --version
3433
python -mpip install --upgrade pip
34+
python -m pip install versioningit
35+
versioningit ./ua-parser-builtins
3536
python -mpip install mypy types-PyYaml ./ua-parser-builtins
3637
- name: mypy
3738
if: ${{ always() && steps.install_mypy.conclusion == 'success' }}

0 commit comments

Comments
 (0)