File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1919 - " 3.10"
2020 - " 3.11"
2121 - " 3.12"
22- - " 3.13"
22+ # - "3.13"
2323 steps :
2424 - name : Checkout code
2525 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ lint:
2323licensecheck :
2424 stage : test
2525 before_script :
26- - uv pip install --system -e .[test] licensecheck
26+ - uv pip install --system -e .[test,lanelet2 ] licensecheck
2727 script :
2828 - licensecheck
2929 allow_failure : false
3030
3131test :
3232 stage : test
3333 before_script :
34- - uv pip install --system -e .[test]
34+ - uv pip install --system -e .[test,lanelet2 ]
3535 script :
3636 - pytest
3737 allow_failure : false
Original file line number Diff line number Diff line change @@ -45,12 +45,10 @@ joblib==1.5.2
4545 # via omega-prime (./pyproject.toml)
4646jsonschema == 4.25.1
4747 # via altair
48- jsonschema-specifications == 2025.4 .1
48+ jsonschema-specifications == 2025.9 .1
4949 # via jsonschema
5050kiwisolver == 1.4.9
5151 # via matplotlib
52- lanelet2x == 1.2.1
53- # via omega-prime (./pyproject.toml)
5452loguru == 0.7.3
5553 # via lxd-io
5654lxd-io == 0.4.10
@@ -186,7 +184,7 @@ tqdm-joblib==0.0.5
186184 # via omega-prime (./pyproject.toml)
187185typeguard == 4.4.4
188186 # via pandera
189- typer == 0.17.3
187+ typer == 0.17.4
190188 # via
191189 # omega-prime (./pyproject.toml)
192190 # betterosi
@@ -210,7 +208,7 @@ tzdata==2025.2
210208 # via pandas
211209win32-setctime == 1.2.0
212210 # via loguru
213- xarray == 2025.8 .0
211+ xarray == 2025.9 .0
214212 # via omega-prime (./pyproject.toml)
215213zstandard == 0.24.0
216214 # via mcap
You can’t perform that action at this time.
0 commit comments