Skip to content

Commit

Permalink
top-level imports. enough said
Browse files Browse the repository at this point in the history
  • Loading branch information
cootshk committed Nov 2, 2023
1 parent f444517 commit b30ad79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
CURRENT_DIR=$(pwd)
cd $CURRENT_DIR
if [[ -d "tests" ]]; then cd tests; fi
pytest .
cd .. # hopefully we are back in the root directory
pytest tests

0 comments on commit b30ad79

Please sign in to comment.