Skip to content
Snippets Groups Projects
Commit 128252bc authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Update .gitlab-ci.yml file

parent ce5dcb4a
No related branches found
No related tags found
2 merge requests!29Preparation for release 1.1.0: fixes and test for pages,!28Merge to circumvent issues
Pipeline #45492 failed
......@@ -34,10 +34,10 @@ cache:
before_script:
- python --version ; pip --version # For debugging
- pip install --upgrade pip setuptools wheel
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install --upgrade pip setuptools wheel
- pip install virtualenv
stages: # List of stages for jobs, and their order of execution
- build
......@@ -49,6 +49,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- pip install h5py --only-binary h5py
- pip install .
- echo "Compile complete."
artifacts:
......
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