Skip to content
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
333 changes: 0 additions & 333 deletions environments/analysis3/environment.unlocked.yml

This file was deleted.

4 changes: 1 addition & 3 deletions environments/analysis3/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ analysis3 = ["default"]

[tasks]
ensure-locked = { cmd = "pixi lock --check", description = "Ensure the lockfile is up to date" }
export-json = { cmd = "pixi list --json > solved.json", description = "Export the solved environment to JSON format" , depends-on = ["ensure-locked"] }
create-backup-env = {cmd = "mv environment.yml environment.yml.bak", description = "Create a backup of the current environment.yml file", depends-on = ["export-json"] }
rebuild-env = { cmd = "bash recreate-env-yml.sh", description = "Rebuild environment.yml from solved.json", depends-on = ["create-backup-env"] }
rebuild-env = { cmd = "pixi workspace export conda-environment --from-lock-file", description = "Rebuild environment.yml from lock file", depends-on = ["ensure-locked"] }
check-broken-packages = { cmd = "python3 check_broken_packages.py", description = "Check that broken-labelled packages in pixi.lock match pixi.toml declarations" }

[dependencies]
Expand Down
37 changes: 0 additions & 37 deletions environments/analysis3/recreate-env-yml.sh

This file was deleted.

Loading
Loading