Skip to content
Snippets Groups Projects
Commit 827ead72 authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Install venv.

parent bf02ae68
No related branches found
No related tags found
1 merge request!17Make Torch optional and allow for backwards compatibility on autocovariance calculation
Pipeline #119798 failed
...@@ -25,7 +25,7 @@ test_ard: ...@@ -25,7 +25,7 @@ test_ard:
stage: test stage: test
#image: python3.9-slim-buster #image: python3.9-slim-buster
script: script:
- python3 -m venv .venv #- python3 -m venv .venv
- source .venv/bin/activate - source .venv/bin/activate
- ./pes_to_spec/test/offline_analysis.py -p 900331 -r 69 -t 70 -d results_ard --model-type ard - ./pes_to_spec/test/offline_analysis.py -p 900331 -r 69 -t 70 -d results_ard --model-type ard
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