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

Install venv.

parent 27c7eee1
No related branches found
No related tags found
1 merge request!17Make Torch optional and allow for backwards compatibility on autocovariance calculation
Pipeline #119795 failed
......@@ -11,7 +11,7 @@ setup-environment:
stage: environment
#image: python3.9-slim
script:
- apt-get install python3-venv
- apt-get update && apt-get install python3-venv
- python3 -m venv .venv
- source .venv/bin/activate
- python3 -m pip install --upgrade pip
......
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