Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 5, 2024
1 parent 1cba6f8 commit 4108595
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,13 @@ py310 = ["py310"]
[system-requirements]
linux = "3.10.0"

[activation]
# TODO find out why one [activation] for all targets doesn't work
# like documented in https://pixi.sh/latest/reference/pixi_manifest/#the-activation-table
[target.win-64.activation]
env = { CONDA_JL_HOME = "$CONDA_PREFIX" }

[target.linux-64.activation]
env = { CONDA_JL_HOME = "$CONDA_PREFIX" }

[target.osx-arm64.activation]
env = { CONDA_JL_HOME = "$CONDA_PREFIX" }

0 comments on commit 4108595

Please sign in to comment.