File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 # dependencies
66 - label : " :tapioca: build: pip-compile dependencies"
77 key : pip_compile_dependencies
8+ tags : always
89 instance_type : small
910 commands :
1011 # uncomment the following line to update the pinned versions of pip dependencies
@@ -18,11 +19,10 @@ steps:
1819 soft_fail : true
1920 job_env : oss-ci-base_test-py3.11
2021 depends_on : oss-ci-base_test-multipy
21- tags :
22- - always
2322
2423 - label : " :tapioca: build: uv pip compile LLM dependencies"
2524 key : uv_pip_compile_llm_dependencies
25+ tags : always
2626 instance_type : small
2727 command : ./ci/test_compile_llm_requirements.sh
2828 job_env : oss-ci-base_test-py3.11
3434 depends_on : oss-ci-base_build
3535
3636 - label : doc tests
37+ tags : python
3738 instance_type : large
3839 commands :
3940 # Disable test DB to avoid any hidden failures going forward.
You can’t perform that action at this time.
0 commit comments