Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Aug 23, 2024
1 parent 501160d commit 760bf43
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@ def tests_brevitas_examples_cpu(session, pytorch, jit_status):
install_pytorch(pytorch, session)
install_torchvision(pytorch, session) # For CV eval scripts
session.install('--upgrade', '.[test, tts, stt, vision]')
session.run('pytest', '-n', 'logical', '--ignore-glob', 'tests/brevitas_examples/*llm*', 'tests/brevitas_examples')
session.run(
'pytest',
'-n',
'logical',
'--ignore-glob',
'tests/brevitas_examples/*llm*',
'tests/brevitas_examples')


@nox.session(python=PYTHON_VERSIONS)
Expand Down

0 comments on commit 760bf43

Please sign in to comment.