Skip to content

Commit 23ea616

Browse files
dont test on 3.13 since lanelet2 is not supported yet
1 parent 4e8e3e8 commit 23ea616

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ lint:
2323
licensecheck:
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

3131
test:
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

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ joblib==1.5.2
4545
# via omega-prime (./pyproject.toml)
4646
jsonschema==4.25.1
4747
# via altair
48-
jsonschema-specifications==2025.4.1
48+
jsonschema-specifications==2025.9.1
4949
# via jsonschema
5050
kiwisolver==1.4.9
5151
# via matplotlib
52-
lanelet2x==1.2.1
53-
# via omega-prime (./pyproject.toml)
5452
loguru==0.7.3
5553
# via lxd-io
5654
lxd-io==0.4.10
@@ -186,7 +184,7 @@ tqdm-joblib==0.0.5
186184
# via omega-prime (./pyproject.toml)
187185
typeguard==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
211209
win32-setctime==1.2.0
212210
# via loguru
213-
xarray==2025.8.0
211+
xarray==2025.9.0
214212
# via omega-prime (./pyproject.toml)
215213
zstandard==0.24.0
216214
# via mcap

0 commit comments

Comments
 (0)