File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 21
21
os : [ ubuntu-latest ]
22
22
steps :
23
23
- uses : actions/checkout@v4
24
+ with :
25
+ ref : ${{ github.event.workflow_run.head_branch }}
26
+ token : ${{ secrets.XML_SUBMODULE_PAT }} # token with repo scope; expires never
27
+ # https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
28
+ submodules : " recursive"
24
29
- name : Set up Python ${{ matrix.python-version }}
25
30
uses : actions/setup-python@v5
26
31
with :
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ setenv = PYTHONPATH = {toxinidir}/src
44
44
deps =
45
45
{[testenv:tests]deps}
46
46
.[type_check]
47
- .[pydantic]
48
47
.[cli]
49
48
commands =
50
49
mypy --show-error-codes src/fundamend --strict
@@ -68,7 +67,6 @@ changedir = unittests
68
67
deps =
69
68
{[testenv:tests]deps}
70
69
.[coverage]
71
- .[pydantic]
72
70
.[cli]
73
71
setenv = PYTHONPATH = {toxinidir}/src
74
72
commands =
@@ -104,6 +102,5 @@ commands =
104
102
usedevelop = True
105
103
deps =
106
104
-r requirements.txt
107
- .[pydantic]
108
105
commands =
109
- python json_schemas/generate_json_schemas.py
106
+ python json_schemas/generate_json_schemas.py
You can’t perform that action at this time.
0 commit comments