Skip to content

Commit

Permalink
Set rattler-build path for end-to-end-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 2, 2024
1 parent 18a8da4 commit 89e8f10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]
[tasks]
build-release = "cargo build --release"
install = "cargo install --path . --locked"
end-to-end-test = "pytest test/end-to-end --snapshot-warn-unused --snapshot-details"
end-to-end-test = { cmd = "pytest test/end-to-end --snapshot-warn-unused --snapshot-details", depends-on = [
"build-release",
], env = { RATTLER_BUILD_PATH = "$PIXI_PROJECT_ROOT/.pixi/target/release/rattler-build" } }
test = "cargo test"
test-ci = "cargo test --release -p rust-tests -- --test-threads 1"
lint = "pre-commit run --all"
Expand Down

0 comments on commit 89e8f10

Please sign in to comment.