File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 48
48
SDIST : ${{ matrix.build_sdist || 0 }}
49
49
ENABLE_HEADLESS : ${{ matrix.without_gui }}
50
50
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
51
+ PIP_DEFAULT_INDEX_URL : https://pypi.tuna.tsinghua.edu.cn/simple
51
52
steps :
52
53
- name : Cleanup
53
54
run : find . -mindepth 1 -delete
98
99
CONFIG_PATH : travis_config.sh
99
100
DOCKER_TEST_IMAGE : multibuild/focal_arm64v8
100
101
UNICODE_WIDTH : 32
102
+ PIP_DEFAULT_INDEX_URL : https://pypi.tuna.tsinghua.edu.cn/simple
101
103
steps :
102
104
- name : Cleanup
103
105
run : find . -mindepth 1 -delete
Original file line number Diff line number Diff line change 34
34
SDIST : ${{ matrix.build_sdist || 0 }}
35
35
ENABLE_HEADLESS : ${{ matrix.without_gui }}
36
36
ENABLE_CONTRIB : ${{ matrix.with_contrib }}
37
+ PIP_DEFAULT_INDEX_URL : https://pypi.tuna.tsinghua.edu.cn/simple
37
38
steps :
38
39
- name : Cleanup
39
40
run : find . -mindepth 1 -delete
82
83
env :
83
84
OPENCV_TEST_DATA_PATH : ${{ github.workspace }}/opencv_extra/testdata
84
85
PYLINT_TEST_FILE : ${{ github.workspace }}/opencv/samples/python/squares.py
86
+ PIP_DEFAULT_INDEX_URL : https://pypi.tuna.tsinghua.edu.cn/simple
85
87
steps :
86
88
- name : Cleanup
87
89
run : find . -mindepth 1 -delete
You can’t perform that action at this time.
0 commit comments