Skip to content

Commit

Permalink
gitpod: Install cython for autosklearn
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Jun 9, 2021
1 parent 1f8c9d8 commit 2832955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tasks:
pip install -U pip setuptools wheel &&
pip install -e .[dev] &&
rm $(pyenv prefix)/lib/libpython* &&
pip install cython &&
dffml service dev install &&
echo -e '#!/bin/sh\nexec python3 -m black --check .' > .git/hooks/pre-commit &&
chmod 755 .git/hooks/pre-commit

0 comments on commit 2832955

Please sign in to comment.