Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Nov 11, 2024
1 parent 5ce97d7 commit 11b6782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run pytest
run: |
for file in $(find . -name "*.py"); do
if [[ $file == test_* ]]; then
if [[ $file == "test_*" ]]; then
continue
fi
python -m doctest $file
Expand Down

0 comments on commit 11b6782

Please sign in to comment.