Skip to content

Commit

Permalink
TST: Update Komodo ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Oct 3, 2023
1 parent 8d6a4f2 commit fc18154
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ copy_test_files () {
}

install_package () {
pip install .
}

install_test_dependencies () {
pip install -r requirements/requirements_test.txt
pip install ".[dev]"
}

start_tests () {
Expand All @@ -31,12 +27,7 @@ cleanup () {
run_tests() {
copy_test_files

if [ ! -z "${CI_PR_RUN:-}" ]
then
install_package
fi

install_test_dependencies
install_package

pushd $CI_TEST_ROOT
start_tests
Expand Down

0 comments on commit fc18154

Please sign in to comment.