Skip to content

Commit accf4b1

Browse files
committed
run all Python examples in workflow
1 parent 20e8f94 commit accf4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ jobs:
656656
conda activate "${{ env.EXAMPLES_ENV_NAME }}"
657657
while IFS= read -r script; do
658658
echo "Executing ${script}"
659-
python "${script}" || exit 1
659+
python "${script}" --run all || exit 1
660660
done < <(find . \( -not -name "_*" -and -name "*.py" \))
661661
662662
cleanup_packages:

0 commit comments

Comments
 (0)