Skip to content

Commit 169cd57

Browse files
committed
pip3.6 => pip3
1 parent 6e3600c commit 169cd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ before_install:
3232
- sudo add-apt-repository -y ppa:deadsnakes/ppa
3333
- sudo apt update
3434
- sudo apt install -y python3-pip python3.6
35-
- pip3.6 install -U pip
36-
- pip3.6 install -r requirements.txt
35+
- pip3 install -U pip
36+
- pip3 install -r requirements.txt
3737
- INSTALLER=cuda-repo-${UBUNTU_VERSION}_${CUDA}_amd64.deb
3838
- wget http://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/${INSTALLER}
3939
- sudo dpkg -i ${INSTALLER}

0 commit comments

Comments
 (0)