Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fix pip error

  • Loading branch information
Tim Palade committed Nov 9, 2018
1 parent 2c1591d commit 62e42792feace66c75d98ab9fbdfc5e35b2fa4c6
Showing with 2 additions and 4 deletions.
  1. +1 −2 Jenkinsfile.nightly
  2. +1 −2 Jenkinsfile.publish
@@ -72,8 +72,7 @@ node('mac-vm-host') {
gem install fastlane --no-document
fastlane clearCache
fastlane prepare
pip install virtualenv
sudo /usr/bin/easy_install virtualenv
pip install --user virtualenv
'''
}
stage('Build & Upload') {
@@ -70,8 +70,7 @@ node('mac-vm-host') {
gem install fastlane --no-document
fastlane clearCache
fastlane prepare
pip install virtualenv
sudo /usr/bin/easy_install virtualenv
pip install --user virtualenv
'''
}

0 comments on commit 62e4279

Please sign in to comment.