Skip to content
Snippets Groups Projects
Commit 4e6292f3 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Fix type in before_script

parent 5594e618
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ before_script:
- export OMP_STACKSIZE=1g
- ulimit -s unlimited
# install numpy
- pip3 install nump
- pip3 install numpy
# now reactivate `-e` setting again to stop on each error that follows
- set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment