Skip to content

Commit 913cd5d

Browse files
lakshmisravya123claude
authored andcommitted
fix: update CI workflow to find Python files in subdirectories
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e570a1 commit 913cd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Verify project runs
2626
run: |
2727
python -c "import numpy, sklearn; print('Dependencies OK')"
28-
ls *.py && echo "Source files found"
28+
find . -name "*.py" | head -5 && echo "Source files found"

0 commit comments

Comments
 (0)