We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d3d95 commit f7ceb29Copy full SHA for f7ceb29
bin/compile
@@ -177,6 +177,9 @@ source $BIN_DIR/steps/cryptography
177
# GDAL support.
178
source $BIN_DIR/steps/gdal
179
180
+# Cython support.
181
+source $BIN_DIR/steps/cython
182
+
183
# Install dependencies with Pip.
184
source $BIN_DIR/steps/pip-install
185
bin/steps/cython
@@ -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