Skip to content

Commit

Permalink
CI: remove hard requirement on linters for tests to run (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Oct 14, 2023
1 parent d396932 commit 01ba314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:

tests:
name: Python ${{ matrix.python-version }}
needs:
- linters
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Improved performance of `Baker.get_fields()`
- [dev] Cleanup Sphinx documentation config
- [dev] Update `pre-commit` config
- [dev] CI: remove hard requirement on linters for tests to run

### Removed

Expand Down

0 comments on commit 01ba314

Please sign in to comment.