Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKMueller committed Oct 22, 2024
1 parent 3485c33 commit 70515c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/assets/demo/rerender_vhs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# The following can be used to rerender the vhs demo tapes in .github/assets/demo

# Make sure you are in an environment with vhs installed

export PS1="> "
vhs demo-light.tape
vhs demo-dark.tape
10 changes: 10 additions & 0 deletions tests/test_remote_base_configs/conda-deny-license_whitelist.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tool.conda-deny]
safe-licenses = [
"MIT",
"Unlicense",
"WTFPL",
"Apache-2.0"
]
ignore-packages = [
{package="_libgcc_mutex"},
]

0 comments on commit 70515c1

Please sign in to comment.