Skip to content

Commit

Permalink
Update .github/workflows/python.yaml
Browse files Browse the repository at this point in the history
Removing un-needed whitespace.

Co-authored-by: Jesse Nusbaumer <nusbaume@ucar.edu>
  • Loading branch information
mwaxmonsky and nusbaume authored Aug 7, 2023
1 parent 9f6c9a2 commit b46f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Doctest
run : |
run: |
export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
pytest scripts/ --doctest-modules

0 comments on commit b46f042

Please sign in to comment.