Skip to content

Commit

Permalink
Fixed a new mistake in the CI script. Doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
transientlunatic committed Mar 12, 2018
1 parent 02fe5ca commit 2aa9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
test:
stage: test
script:
- export PYTHONPATH=/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:
- export PYTHONPATH="/usr/local/lib64/python2.7/site-packages:/usr/local/lib/python2.7/site-packages"
- pip install pandas numpy
- python setup.py install
- python setup.py test
Expand Down

0 comments on commit 2aa9dc7

Please sign in to comment.