Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 31, 2023
1 parent 30c1179 commit 894a4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install -r dev_requirements.txt
pip install -r requirements.txt
pip install -r doctests/requirements.txt
isort i-l 80 --profile black --check-only --diff doctests/*.py
isort -l 80 --profile black --check-only --diff doctests/*.py
black -l 80 --target-version py39 --check --diff doctests/*.py
- name: run tests
Expand Down

0 comments on commit 894a4b6

Please sign in to comment.