Skip to content

Commit

Permalink
infra: limit check format imports (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Nov 10, 2023
1 parent b427813 commit 69f9894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[test]
pip install flake8 black
- name: Run code format checks
run: |
black --check .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/twine-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: python -m pip install --user --upgrade wheel
- name: Install twine
run: python -m pip install --user --upgrade twine
- name: Install setuptools
run: python -m pip install --user --upgrade setuptools
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
- name: Check that long description will render correctly on PyPI.
Expand Down

0 comments on commit 69f9894

Please sign in to comment.