Skip to content

Commit f486bb5

Browse files
committed
workflow stuff
1 parent b94065f commit f486bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
id: install_mypy
3131
if: ${{ always() && steps.setup_python.conclusion == 'success' }}
3232
run: |
33+
git --version
3334
python -mpip install --upgrade pip
3435
python -mpip install mypy types-PyYaml ./ua-parser-builtins
3536
- name: mypy

0 commit comments

Comments
 (0)