FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ee594f12 authored by Mark Driver's avatar Mark Driver
Browse files

update to which java in setup.

parent e147cecb
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ pipelines: ...@@ -13,7 +13,7 @@ pipelines:
- pip - pip
script: # Modify the commands below to build your repository. script: # Modify the commands below to build your repository.
- apt-get update -y && apt-get -y install libgl1-mesa-glx - apt-get update -y && apt-get -y install libgl1-mesa-glx
- apt -y install default-jre default-jdk - apt-get -y install -f openjdk-8-jre openjdk-8-jdk
- conda env update -n resultsanalysis --file environment.yml - conda env update -n resultsanalysis --file environment.yml
- conda activate resultsanalysis - conda activate resultsanalysis
- cd ../ - cd ../
......
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