Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using local JULIAUP_DEPOT_PATH (#438) #440

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading