Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Nov 13, 2024
1 parent 8dd485a commit a8eacc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run doctests
run: |
python -m python --doctest-modules mllam_data_prep/
python -m pytest --doctest-modules mllam_data_prep/
- name: Run tests
env:
Expand Down

0 comments on commit a8eacc4

Please sign in to comment.