Skip to content

Commit

Permalink
- improved dependancy handling
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas committed Nov 19, 2024
1 parent d7df446 commit 5306fa8
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonBreakout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:

- name: breakout to cpp
run: |
uv sync --extra test
uv sync --extra breakout --extra test
uv run xonsh breakout/toCpp/cpp.xsh
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ requires-python = ">=3.10.0"
dependencies = [
"robotframework>=7.1",
"construct==2.10.69",
"xonsh[full]>=0.18.4",
]
license = { text = "Apache-2.0" }
keywords = ["robotframework"]
Expand All @@ -26,9 +25,9 @@ test = [
"pymongo>=4.9.1",
"ruff>=0.7.2",
"pytest>=8.3.3",
"ruamel_yaml>=0.18.6",
"xonsh>=0.18.4"

]
breakout = ["ruamel_yaml>=0.18.6",
"xonsh>=0.18.4",
]
[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit 5306fa8

Please sign in to comment.