Skip to content

Commit

Permalink
Add Pixi environment for quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Feb 13, 2025
1 parent c5c260f commit 28456f0
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ results/

# Pixi files
.pixi
*.egg-info

# Misc
data/
data/
187 changes: 187 additions & 0 deletions pixi.lock

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

11 changes: 11 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
authors = ["Mahesh Binzer-Panchal <[email protected]>"]
channels = ["conda-forge", "bioconda"]
name = "Training-Tech-shorts"
platforms = ["linux-64"]
version = "0.1.0"

[tasks]

[dependencies]
quarto = ">=1.6.40,<2"

0 comments on commit 28456f0

Please sign in to comment.