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

Test.

parent e40a060c
No related branches found
No related tags found
1 merge request!17Make Torch optional and allow for backwards compatibility on autocovariance calculation
Pipeline #119846 failed
......@@ -6,8 +6,7 @@ default:
- $CI_PROJECT_DIR/.cache/pip
before_script:
- python -V
- pip install virtualenv
- virtualenv $CI_PROJECT_DIR/.venv
- python -m venv $CI_PROJECT_DIR/.venv
- source $CI_PROJECT_DIR/.venv/bin/activate
- pip install --upgrade pip
- pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple --no-dependencies numpy scipy==1.7.3
......
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