Skip to content

Commit

Permalink
Add vhs to dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Jun 11, 2024
1 parent 5a117cf commit 8e5b05f
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 5 deletions.
76 changes: 76 additions & 0 deletions pixi.lock

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

10 changes: 5 additions & 5 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ compilers = ">=1.7.0"
conda = "*"
micromamba = "*"

# [feature.demo.dependencies]
# vhs = "*"
# [feature.demo.tasks]
# demo = "vhs .github/assets/demo/demo-light.tape && vhs .github/assets/demo/demo-dark.tape"
[feature.demo.dependencies]
vhs = "*"
[feature.demo.tasks]
demo = "vhs .github/assets/demo/demo-light.tape && vhs .github/assets/demo/demo-dark.tape"

[feature.lint.dependencies]
pre-commit = "*"
Expand All @@ -36,5 +36,5 @@ pre-commit-run = "pre-commit run -a"

[environments]
default = ["lint", "test"]
# demo = { features = ["demo"], no-default-feature = true }
demo = { features = ["demo"], no-default-feature = true }
lint = { features = ["lint"], no-default-feature = true }

0 comments on commit 8e5b05f

Please sign in to comment.