Skip to content

Commit

Permalink
Revert use of virtual environments to fix testing of parallel
Browse files Browse the repository at this point in the history
processing. For some reasons, loadskernel is not found in a subprocess
and there were issues/interference when running multiple tests
simultaniously.
  • Loading branch information
ArneVoss committed Aug 18, 2023
1 parent 6d88377 commit 927e004
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ build:
- lk
script:
- *virtualenv
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.dlr.de/loads-kernel/panel-aero.git
- pip install .
- pip install -e .

test:
stage: test
Expand All @@ -32,11 +31,6 @@ test:
dependencies:
- build
script:
# Set-up the environement
- *virtualenv
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.dlr.de/loads-kernel/panel-aero.git
# Install with -e (in editable mode) to allow the tracking of the test coverage
- pip install -e .
- which python
- which pytest
- which mpiexec
Expand Down

0 comments on commit 927e004

Please sign in to comment.