Skip to content

Commit e9414ea

Browse files
committed
[fix] Bash linter
1 parent ef266cc commit e9414ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ynh-dev

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ function install_package_linter()
484484
git clone https://github.com/YunoHost/package_linter
485485
cd package_linter
486486
python -m venv ./venv
487-
source venv/bin/activate
488-
pip install -r requirements.txt
489-
deactivate
487+
/ynh-dev/package_linter/venv/bin/pip install -r requirements.txt
490488
popd
491489
fi
492490
}

0 commit comments

Comments
 (0)