Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8a1f30bf
Commit
8a1f30bf
authored
Jan 15, 2013
by
Carlos Andrés Rocha
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1281 from MITx/fix/apenney/numpy
Temporary workaround to our bizarre jenkins/numpy issue.
parents
d4259c63
093839e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
jenkins/test.sh
+6
-0
No files found.
jenkins/test.sh
View file @
8a1f30bf
...
...
@@ -28,6 +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
pip install
-q
-r
pre-requirements.txt
pip install
-q
-r
test-requirements.txt
yes w | pip install
-q
-r
requirements.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment