Skip to content

Commit

Permalink
CI: Don't test against RMS environments
Browse files Browse the repository at this point in the history
The script that enables the RMS environment currently enables Komodo
stable by default and has some subtleties that we should probably
address before testing against it in this way.
  • Loading branch information
mferrera committed Nov 23, 2023
1 parent ab0a2f6 commit ca31a23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ start_tests () {
pushd $CI_TEST_ROOT
echo "Testing xtgeo against Komodo"
install_and_test

set -e
for version in ${RMS_VERSIONS[@]}; do
# Subshell each version for sourcing roxenv
$(test_in_roxenv $version)
done
popd
}

Expand Down Expand Up @@ -62,6 +56,7 @@ test_in_roxenv () {

python -m venv roxenv --system-site-packages
source roxenv/bin/activate
pip install -U pip

echo "Testing xtgeo against RMS $1"
install_and_test
Expand Down

0 comments on commit ca31a23

Please sign in to comment.