Skip to content

Commit cee6785

Browse files
authored
chore: remove ros tasks from main pixi.toml (#417)
1 parent 4fd72b1 commit cee6785

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pixi.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ build-release = "cargo build --release"
1515
build-ci = "cargo build --profile ci --locked"
1616
nextest = "cargo nextest run --workspace --all-targets"
1717
doctest = "cargo test --doc"
18-
pytest-build-ros = "pixi run --manifest-path backends/pixi-build-ros test"
19-
test = [
20-
{ task = "nextest" },
21-
{ task = "doctest" },
22-
{ task = "pytest-build-ros" },
23-
]
18+
test = [{ task = "nextest" }, { task = "doctest" }]
2419
generate-matrix = "python scripts/generate-matrix.py"
2520

2621
install-pixi-build-python = { cmd = "cargo install --path crates/pixi-build-python --locked --force" }

0 commit comments

Comments
 (0)