Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Jul 29, 2023
1 parent 16f1f79 commit 6e5c06b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black build flake8 pytest flake8-alphabetize Flake8-pyproject .
pip install black build flake8 pytest flake8-alphabetize Flake8-pyproject \
twine .
- name: Lint check
run: |
black --check .
Expand Down

0 comments on commit 6e5c06b

Please sign in to comment.