File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 python -m pip install --upgrade pip
3434 if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
3535 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36- python -m utils .ns_download_models
36+ python -m scripts .ns_download_models
3737 export SHELL=bash
3838 shell : bash
3939 - name : Install missing libs on Ubuntu
4747 python -m pip install --upgrade pip
4848 if (Test-Path -Path '.\requirements-dev.txt' -PathType Leaf) {pip install --upgrade -r requirements-dev.txt}
4949 if (Test-Path -Path '.\requirements.txt' -PathType Leaf) {pip install --upgrade -r requirements.txt}
50- python -m utils .ns_download_models
50+ python -m scripts .ns_download_models
5151 shell : pwsh
5252 - name : Build dist and test with unittest on macOS and Linux
5353 if : matrix.os != 'windows-latest'
You can’t perform that action at this time.
0 commit comments