Skip to content

Commit

Permalink
chore: changed black validation in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 2, 2024
1 parent c4f23a5 commit e3daca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: |
pip install black
black . --check
if: matrix.python-version == '3.12'
- run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com python setup.py test
- run: pip install twine wheel
- run: python setup.py sdist bdist_wheel
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- run: |
pip install black
black . --check
if: matrix.python-version == '3.12'
- run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com python setup.py test
build-pypy:
name: Build PyPy
Expand All @@ -61,4 +62,5 @@ jobs:
- run: |
pip install black
black . --check
if: matrix.python-version == '3.12'
- run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com pypy setup.py test

0 comments on commit e3daca6

Please sign in to comment.