Skip to content

Commit

Permalink
Fixing actions file syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jul 26, 2023
1 parent c4df7a2 commit 1e760fa
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 -m --doctest-modules

0 comments on commit 1e760fa

Please sign in to comment.