Skip to content

Commit f7ceb29

Browse files
committed
Install cython before pip-install
1 parent 61d3d95 commit f7ceb29

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bin/compile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ source $BIN_DIR/steps/cryptography
177177
# GDAL support.
178178
source $BIN_DIR/steps/gdal
179179

180+
# Cython support.
181+
source $BIN_DIR/steps/cython
182+
180183
# Install dependencies with Pip.
181184
source $BIN_DIR/steps/pip-install
182185

bin/steps/cython

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Install cython.
2+
puts-step "Installing cython"
3+
4+
/app/.heroku/python/bin/pip install cython --exists-action=w --src=./.heroku/src --allow-all-external --disable-pip-version-check --no-cache-dir | cleanup | indent
5+
6+
echo

0 commit comments

Comments
 (0)