diff --git a/conda/meta.yaml b/conda/meta.yaml index 9f7b03dad845e68fa70bc735638cafb078fdcebf..5bb245f6038ee62d59d5104dbc4a7d57cdcb5e95 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -75,7 +75,8 @@ test: - bdt caupdate --help - bdt new --help - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" - - bdt new -t "New package" -o beat.foobar beat/beat.foobar "John Doe" "joe.doe@example.com" + - bdt new -t "New package" -l bsd -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" + - bdt new -t "New package" -l bsd -o beat.foobar beat/beat.foobar "John Doe" "joe.doe@example.com" - bdt ci --help - bdt ci base-build --help - bdt ci build --help