Skip to content

Commit

Permalink
Note on CI-setup python2 tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKarlBauer committed Jun 1, 2020
1 parent d75a023 commit c0958fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ test_3.6:
test_2.7:
stage: test
image: "python:2.7"
# Pip is buggy in installing numpy.
# Installing numpy explicitly solves an issue in installing numpy from setup.py
script:
- pip install numpy
- python setup.py install
Expand Down

0 comments on commit c0958fe

Please sign in to comment.