Skip to content

Commit 9eaee2f

Browse files
committed
Hopefully fixed ci
1 parent d32bfc5 commit 9eaee2f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
python-version: ["3.10", "3.12", "3.14"]
1919
dependency-resolution: ["lowest-direct", "highest"]
20+
fail-fast: false
2021
env:
2122
UV_RESOLUTION: ${{ matrix.dependency-resolution }}
2223

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ requires-python = ">=3.10"
1616
dependencies = [
1717
"click (>=8.1.7,<9.0.0)",
1818
"robotframework (>=5.0.1)",
19-
"robotframework-pabot (>=2)",
19+
"robotframework-pabot (>=2.0.0)",
2020
]
2121

2222
[dependency-groups]
2323
dev = [
2424
"ruff (>=0.9.1,<0.10.0)",
2525
"robotframework-robocop (>=7.0.0,<8.0.0)",
2626
"robotframework-faker (>=5.0.0)",
27-
"invoke>=2.2.1",
27+
"invoke (>=2.2.1)",
28+
"setuptools (>=82.0.0)",
2829
]
2930

3031
[tool.uv.build-backend]

uv.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)