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

Set key

parent 564bcc68
No related branches found
No related tags found
1 merge request!17Make Torch optional and allow for backwards compatibility on autocovariance calculation
Pipeline #119848 passed
default: default:
image: python:3.9-slim-buster image: python:3.9-slim-buster
cache: cache:
key: "$CI_PIPELINE_ID"
paths: paths:
- $CI_PROJECT_DIR/.venv - venv/
- $CI_PROJECT_DIR/.cache/pip - $CI_PROJECT_DIR/.cache/pip
before_script: before_script:
- python -V - python -V
- python -m venv $CI_PROJECT_DIR/.venv - python -m venv venv
- source $CI_PROJECT_DIR/.venv/bin/activate - source venv/bin/activate
- pip install --upgrade pip - pip install --upgrade pip
- pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple --no-dependencies numpy scipy==1.7.3 - pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple --no-dependencies numpy scipy==1.7.3
- pip install numpy scipy==1.7.3 - pip install 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