-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3485c33
commit 70515c1
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
tests/test_remote_base_configs/conda-deny-license_whitelist.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}, | ||
] |