Skip to content

Commit 2ef2774

Browse files
committed
ci: fix legacy utils name
1 parent a5ffe57 commit 2ef2774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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'

0 commit comments

Comments
 (0)