Skip to content

Commit

Permalink
[ci] Test mtest installation on envinf3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Jul 26, 2023
1 parent c716357 commit 36db9f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/ci/jobs/jupyter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test notebooks via wheel:
stage: build
tags: [envinf23, shell]
tags: [envinf3, shell]
before_script:
- cd Tests/Data
- python -m venv --upgrade-deps .venv
Expand All @@ -10,6 +10,9 @@ test notebooks via wheel:
- pip install -r requirements-dev.txt
- pip install -r requirements-ogs.txt
script:
# Append mtest install directory to PYTHONPATH
- export PYTHONPATH=/opt/tfel-rliv-4.0/lib/python3.11/site-packages:$PYTHONPATH
- export LD_LIBRARY_PATH=/opt/tfel-rliv-4.0/lib:$LD_LIBRARY_PATH
# TODO:
# - better timeout
# - run in parallel
Expand Down

0 comments on commit 36db9f0

Please sign in to comment.