Skip to content

Commit

Permalink
#73 add pixi tasks for running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkamm committed Aug 22, 2024
1 parent 0e3f327 commit e7df226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ linux = "3.10"
default = { solve-group = "default" }
dev = { features = ["dev"], solve-group = "default" }
vscode = { features = ["vscode"], solve-group = "default" }

[tool.pixi.tasks]
suzuki_example = { cmd = "sbatch slurm.sbatch", cwd = "examples/suzuki" }
dppe_example = { cmd = "sbatch slurm.sbatch", cwd = "examples/dppe" }

0 comments on commit e7df226

Please sign in to comment.