Skip to content

Commit

Permalink
Remove hard coded black from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ntjohnson1 authored Nov 3, 2024
1 parent 7a18ce1 commit f8f639e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
run: |
python -m pip install --upgrade coverage coveralls sphinx_rtd_theme
pip install ".[dev]"
- name: Check auto-formatters
run: |
black --check .
- name: Run tests
run: |
coverage run --source pyttb -m pytest tests/
Expand Down

0 comments on commit f8f639e

Please sign in to comment.