Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sispub
datapool
Commits
dc308409
Commit
dc308409
authored
Nov 10, 2019
by
schmittu
🍺
Browse files
fixed .gitlab-ci.yml
parent
d4c865a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dc308409
...
...
@@ -8,6 +8,9 @@ tests:
-
docker-executor
variables
:
PYTHONUNBUFFERED
:
'
1'
# fixes julia issue, see
# # https://github.com/JuliaLang/julia/issues/29652#issuecomment-487657724
OPENBLAS_CORETYPE
:
'
haswell'
script
:
-
pip3 install tox
...
...
gitlab_ci_docker_base_image/Dockerfile
View file @
dc308409
...
...
@@ -7,3 +7,4 @@ RUN apt install -y curl
WORKDIR
/
COPY
./setup_julia_et_al.sh .
RUN
./setup_julia_et_al.sh
RUN
pip
install
tox
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment