File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Checkout working copy
1313 uses : actions/checkout@v4
14+ with :
15+ submodules : true
1416 - name : ruff check
1517 uses : chartboost/ruff-action@v1
1618 - name : ruff format
2830 id : install_mypy
2931 if : ${{ always() && steps.setup_python.conclusion == 'success' }}
3032 run : |
33+ tree
34+
3135 python -mpip install --upgrade pip
32- python -mpip install mypy types-PyYaml
36+ python -mpip install mypy types-PyYaml ./ua-parser-builtins
3337 - name : mypy
3438 if : ${{ always() && steps.install_mypy.conclusion == 'success' }}
3539 run : mypy
@@ -115,6 +119,7 @@ jobs:
115119 sudo apt install libyaml-dev
116120 fi
117121 - run : python -mpip install pytest pyyaml
122+ - run : python -mpip install ./ua-parser-builtins
118123 # install rs accelerator if available, ignore if not
119124 - run : python -mpip install ua-parser-rs || true
120125 # re2 is basically impossible to install from source so don't
You can’t perform that action at this time.
0 commit comments