Skip to content

Commit

Permalink
try installing test req directly
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jan 19, 2024
1 parent d296fd8 commit ddb4165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ copy_test_files () {
}

install_package () {
pip install . --no-deps
pip install -r test_requirements.txt
}

start_tests () {
Expand Down

0 comments on commit ddb4165

Please sign in to comment.