Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
baa0e9be
Commit
baa0e9be
authored
12 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Plain Diff
Merge pull request #1291 from MITx/bugfix/apenney/jenkins
Lets explicitly make the virtualenvs for now.
parents
aa5ede3f
e38b4415
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jenkins/test.sh
+5
-5
5 additions, 5 deletions
jenkins/test.sh
with
5 additions
and
5 deletions
jenkins/test.sh
+
5
−
5
View file @
baa0e9be
...
...
@@ -28,12 +28,12 @@ export PYTHONIOENCODING=UTF-8
GIT_BRANCH
=
${
GIT_BRANCH
/HEAD/master
}
# Temporary workaround for pip/numpy bug. (Jenkin's is unable to pip install numpy successfully, scipy fails to install afterwards.
# We tried pip 1.1, 1.2, all sorts of varieties but it's apparently a pip bug of some kind.
wget
-O
/tmp/numpy.tar.gz http://pypi.python.org/packages/source/n/numpy/numpy-1.6.2.tar.gz#md5
=
95ed6c9dcc94af1fc1642ea2a33c1bba
tar
-zxvf
/tmp/numpy.tar.gz
-C
/tmp/
python /tmp/numpy-1.6.2/setup.py
install
if
[
!
-d
/mnt/virtualenvs/
"
$JOB_NAME
"
]
;
then
mkdir
-p
/mnt/virtualenvs/
"
$JOB_NAME
"
virtualenv /mnt/virtualenvs/
"
$JOB_NAME
"
fi
source
/mnt/virtualenvs/
"
$JOB_NAME
"
/bin/activate
pip
install
-q
-r
pre-requirements.txt
pip
install
-q
-r
test-requirements.txt
yes
w | pip
install
-q
-r
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment