Skip to content

Commit

Permalink
fix: workaround for PIP_REQUIRE_VIRTUALENV env variable (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani authored Aug 27, 2023
1 parent b2445e5 commit 45126b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-rattler/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels = ["conda-forge"]
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]

[tasks]
build = "maturin develop"
build = "PIP_REQUIRE_VIRTUALENV=false maturin develop"
test = { cmd = "pytest --doctest-modules", depends_on = ["build"] }
fmt-python = "black ."
fmt-rust = "cargo fmt --all"
Expand Down

0 comments on commit 45126b9

Please sign in to comment.