Skip to content

Commit

Permalink
CI: Make sure deps are present for 32 bit platform test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldmccarthy committed Jun 16, 2018
1 parent 96d4a6a commit a664736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run_32bit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

export PATH=/mypython/bin:$PATH

pip install numpy pytest cython
pip install cython numpy pytest coverage pytest-cov

cd /indexed_gzip
python setup.py develop
Expand Down

0 comments on commit a664736

Please sign in to comment.