Skip to content

Commit 95e71ea

Browse files
committed
path=$PWD'/ncscli':$PATH
1 parent 4e2a908 commit 95e71ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ssh-keygen -q -f ~/.ssh/id_rsa -t rsa -N ''
3838
echo PYTHONPATH $PYTHONPATH
3939
export PYTHONPATH=$PWD
40-
export PATH=$PWD:$PATH
40+
export PATH=$PWD'/ncscli':$PATH
4141
export NCS_AUTH_TOKEN=VnvnwNggQz7NDEeMJQQmDfdS85Jjzs4g
4242
cd examples/batchMode
4343
./pytestQuick.sh

0 commit comments

Comments
 (0)