Skip to content

Commit

Permalink
Echo the example executed
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Aug 16, 2024
1 parent 7b8ff58 commit 7d8c319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
# Need a separate branch to iterate over files on Windows.
run: >-
for file in $(ls examples/*.py); do
echo "Running example: $file"
PYTHONPATH=. python $file --fast
done

0 comments on commit 7d8c319

Please sign in to comment.