Skip to content

Commit 882030d

Browse files
author
Yadan Wei
committed
fix test
1 parent 264cfa1 commit 882030d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def test_generate_framework_script(pipeline_session):
11791179
# Some py3 containers has typing, which may breaks pip install
11801180
pip uninstall --yes typing
11811181
1182-
pip install -r requirements.txt
1182+
python -m pip install -r requirements.txt
11831183
fi
11841184
11851185
python process.py "$@"

0 commit comments

Comments
 (0)