Skip to content

Commit

Permalink
Stop using local JULIAUP_DEPOT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 8, 2024
1 parent 4becf7b commit 5c51d0f
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 @@ -27,5 +27,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 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 5c51d0f

Please sign in to comment.