Skip to content

Commit 7138e5c

Browse files
authored
BUG: Remove -n 4 from ci/testrmeenv.sh (#94)
1 parent 0294803 commit 7138e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/testrmsenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ install_test_dependencies () {
3434
run_pytest () {
3535
echo "Running fmu-config tests with pytest..."
3636
pushd $CI_TEST_ROOT
37-
pytest ./tests -n 4 -vv
37+
pytest ./tests -vv
3838
popd
3939
}

0 commit comments

Comments
 (0)