File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3636 twine upload --repository pypi dist/* --verbose -u __token__ -p ${{ secrets.PYPI_API_SSI_DEV_NIGHTLY_KEY }}
3737 - name : Post publish import test
3838 run : |
39- pip install mct-nightly tensorflow torch
39+ pip install mct-nightly tensorflow torch torchvision
4040 version=$(python -c 'import model_compression_toolkit; print(model_compression_toolkit.__version__)')
4141 echo $version
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class TestDocsLinks(unittest.TestCase):
3131 @staticmethod
3232 def check_link (_url , branch_name ):
3333 if 'sony/model_optimization' in _url :
34+ _url = _url .replace ('/main/' , f'/{ branch_name } /' )
3435 index = _url .find (f"/{ branch_name } /" )
3536 print (_url )
3637 print (branch_name )
You can’t perform that action at this time.
0 commit comments