Skip to content

Commit

Permalink
global CI variable
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniolrm committed Jul 3, 2024
1 parent 4427c43 commit 937b713
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ before_script:
- eval "$(micromamba shell hook --shell bash)"
- micromamba activate pydacp-docs

variables:
OPENBLAS_NUM_THREADS : 1
OMP_NUM_THREADS : 1
MKL_DYNAMIC : FALSE
MKL_NUM_THREADS : 1

run docs:
variables:
OPENBLAS_NUM_THREADS : 1
OMP_NUM_THREADS : 1
MKL_DYNAMIC : FALSE
MKL_NUM_THREADS : 1
script:
- make -C docs/ html SPHINXOPTS="-WT --keep-going -n"
artifacts:
Expand All @@ -24,11 +25,6 @@ run docs:
- micromamba

run tests:
variables:
OPENBLAS_NUM_THREADS : 1
OMP_NUM_THREADS : 1
MKL_DYNAMIC : FALSE
MKL_NUM_THREADS : 1
script:
- pip install pytest-cov pytest-randomly pytest-repeat pytest-ruff pytest-regressions
- py.test
Expand Down

0 comments on commit 937b713

Please sign in to comment.