Skip to content
Snippets Groups Projects
Commit 7f8e7053 authored by Stefan Possanner's avatar Stefan Possanner
Browse files

new cache name

parent 6a1ae109
Branches
Tags
1 merge request!15prepare new release
Pipeline #172153 passed
...@@ -9,7 +9,7 @@ default: ...@@ -9,7 +9,7 @@ default:
# Stupid GitLab fails to load the cache for second jobs. # Stupid GitLab fails to load the cache for second jobs.
cache: # Global `cache`. cache: # Global `cache`.
paths: paths:
- ipp-env - g2p-env
artifacts: artifacts:
reports: reports:
...@@ -21,7 +21,7 @@ default: ...@@ -21,7 +21,7 @@ default:
- dist/* - dist/*
after_script: # Global `after_script`. after_script: # Global `after_script`.
- ls ipp-env - ls g2p-env
- echo "Bye, $GITLAB_USER_LOGIN!" - echo "Bye, $GITLAB_USER_LOGIN!"
variables: variables:
...@@ -46,8 +46,8 @@ install_and_test: ...@@ -46,8 +46,8 @@ install_and_test:
- pwd - pwd
# Install everything. # Install everything.
- apt-get -qq update && apt-get -qq install -y gcc gfortran libblas-dev liblapack-dev libopenmpi-dev openmpi-bin - apt-get -qq update && apt-get -qq install -y gcc gfortran libblas-dev liblapack-dev libopenmpi-dev openmpi-bin
- python -m venv ipp-env - python -m venv g2p-env
- source ipp-env/bin/activate - source g2p-env/bin/activate
- pip install -U pip build pytest pytest-cov coverage twine - pip install -U pip build pytest pytest-cov coverage twine
script: script:
# Build: build python package, install package. # Build: build python package, install package.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment