mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 03:02:41 +00:00
specify pip3 when installing git-semver package (#11817)
Co-authored-by: Marius Manea <marius@netdata.com>
This commit is contained in:
parent
454387fcf4
commit
b842fcab3d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_install:
|
|||
#
|
||||
install:
|
||||
- sudo apt-get install -y libuv1-dev liblz4-dev libjudy-dev libcap2-bin zlib1g-dev uuid-dev fakeroot libipmimonitoring-dev libmnl-dev libnetfilter-acct-dev gnupg python3-pip
|
||||
- sudo pip install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
|
||||
- sudo pip3 install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
|
||||
- source tests/installer/slack.sh
|
||||
- export NOTIF_CHANNEL="automation-beta"
|
||||
- if [ "${TRAVIS_REPO_SLUG}" = "netdata/netdata" ]; then export NOTIF_CHANNEL="automation"; fi;
|
||||
|
|
Loading…
Add table
Reference in a new issue