Skip to content

Commit

Permalink
add tensorflow to lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Jul 25, 2023
1 parent b9b9cd0 commit e6a59e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
workspaces: python
- name: Install linting tools
run: |
pip install black isort ruff maturin
pip install black isort ruff maturin tensorflow>2
- name: Lint Python
run: |
black --check python
Expand Down Expand Up @@ -157,4 +157,4 @@ jobs:
with:
workspaces: python
- uses: ./.github/workflows/build_windows_wheel
- uses: ./.github/workflows/run_tests
- uses: ./.github/workflows/run_tests

0 comments on commit e6a59e0

Please sign in to comment.