Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Dec 28, 2024
1 parent 3c83d8f commit 959a154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def test_linting():
import subprocess
subprocess.check_output(['flake8', 'tensorboardX'])
subprocess.check_output(['ruff', 'check', 'tensorboardX'])

0 comments on commit 959a154

Please sign in to comment.