Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiliç Ilkan Fabrice committed Aug 28, 2023
1 parent 3c76b9c commit 025162e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include:
- project: cells/ci
file: /ci/lib/tox-bb5.yml
file: /ci/lib/common.yml

workflow:
# run for the default branch and all types of merge request pipelines, but not for tags
Expand All @@ -12,6 +12,8 @@ tests:
stage: test
tags:
- bb5_map
variables:
PIP_PACKAGES: tox
before_script:
- !reference [.define-functions]
- !reference [.bb5, clean-env]
Expand All @@ -22,7 +24,8 @@ tests:
- !reference [.setup-venv]
- !reference [.gitlab-access]
script:
- pip install $PIP_PACKAGES
- pip install . # Install the package itself
- git clone git@bbpgitlab.epfl.ch:cells/bluepyemodelnexus.git
- cd bluepyemodelnexus
- python -mtox
- tox

0 comments on commit 025162e

Please sign in to comment.