-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tox ini as entrypoint for tests in cpu gha (#42)
* add tox ini as entrypoint for tests in cpu gha * refactor lint method on gha * adding pip install of setup packages i.e. tox * remove run from tox command * change the requirement dev location in tox * update pylintrc * add docs requirements and use tox to generate docs
- Loading branch information
Showing
4 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-r base.txt | ||
-r dev.txt | ||
|
||
tritonclient[all] | ||
tensorflow<=2.9.0 | ||
|
||
Sphinx==3.5.4 | ||
sphinx_rtd_theme==1.0.0 | ||
sphinx-multiversion@git+https://github.com/mikemckiernan/sphinx-multiversion.git | ||
sphinxcontrib-copydirs@git+https://github.com/mikemckiernan/sphinxcontrib-copydirs.git | ||
recommonmark==0.7.1 | ||
Jinja2<3.1 | ||
natsort==8.0.1 | ||
myst-nb==0.13.2 | ||
linkify-it-py==1.0.3 | ||
sphinx-external-toc==0.2.4 | ||
attrs==21.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters