diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5828c5..6fbebb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 .