Skip to content

Commit

Permalink
Merge pull request #7 from NVIDIA/fix-ci
Browse files Browse the repository at this point in the history
Add vulture into requirements-dev.txt
  • Loading branch information
amaslenn authored May 14, 2024
2 parents 884207c + 9b4ed83 commit 9e7ff62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pyright .

- name: Run vulture check
run: vulture cloudai/ tests/ ci_tools/ --min-confidence 100
run: vulture src/ tests/ ci_tools/ --min-confidence 100

test:
name: Run pytest
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ruff==0.3.7
pandas-stubs==2.2.*
pyright==1.1.359
build==1.2.*
vulture==2.11

0 comments on commit 9e7ff62

Please sign in to comment.