wrong repo
This commit is contained in:
@@ -48,13 +48,6 @@ jobs:
|
||||
for file in $files; do
|
||||
echo "Testing execution of $file..."
|
||||
|
||||
# Compile-only: do not execute this script in CI smoke tests
|
||||
if [ "$file" = "download_playlists.py" ]; then
|
||||
echo "Skipping execution for $file; running compile-only check"
|
||||
python -m py_compile "$file"
|
||||
continue
|
||||
fi
|
||||
|
||||
# Special-case: run `batch.py` and watch its output for the marker
|
||||
if [ "$file" = "batch.py" ]; then
|
||||
tmp=$(mktemp)
|
||||
|
||||
Reference in New Issue
Block a user