Skip to content

Commit

Permalink
Stop using local JULIAUP_DEPOT_PATH (#438) (#440)
Browse files Browse the repository at this point in the history
* Stop using local JULIAUP_DEPOT_PATH

* Avoid error when override is already set

Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
vers-w and visr authored Jul 18, 2024
1 parent d21c930 commit 5ab02bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@

# pixi environments
.pixi
# juliaup
utils/juliaup
8 changes: 1 addition & 7 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms = ["win-64", "linux-64"]

[tasks]
# Installation
install-julia = "juliaup add 1.10.0 && juliaup default 1.10.0"
install-julia = "juliaup add 1.10.0 && juliaup override unset && juliaup override set 1.10.0"
# Julia
update-registry-julia = "julia --eval='using Pkg; Registry.update()'"
instantiate-julia = "julia --project --eval='using Pkg; Pkg.instantiate()'"
Expand Down Expand Up @@ -46,11 +46,5 @@ instantiate-wflow-server = "julia --project=server --eval 'using Pkg; Pkg.instan
juliaup = "*"
python = ">=3.10"

[activation]
scripts = ["utils/env_setup.sh"]

[target.win-64.activation]
scripts = ["utils/env_setup.bat"]

[system-requirements]
linux = "3.10.0"
1 change: 0 additions & 1 deletion utils/env_setup.bat

This file was deleted.

3 changes: 0 additions & 3 deletions utils/env_setup.sh

This file was deleted.

0 comments on commit 5ab02bf

Please sign in to comment.