File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2626
2727jobs :
2828 build :
29- if : github.ref == 'refs/heads/master ' || inputs.dangerous-nonmaster-release
29+ if : github.ref == 'refs/heads/main ' || inputs.dangerous-nonmaster-release
3030 runs-on : ubuntu-latest
3131
3232 outputs :
@@ -163,14 +163,6 @@ jobs:
163163 run : make tests
164164 working-directory : ${{ inputs.working-directory }}
165165
166- - name : Run integration tests
167- env :
168- PARTNER_API_KEY : ${{ secrets.PARTNER_API_KEY }}
169- run : |
170- uv sync --group test --group test_integration
171- make integration_tests
172- working-directory : ${{ inputs.working-directory }}
173-
174166 - name : Get minimum versions
175167 working-directory : ${{ inputs.working-directory }}
176168 id : min-version
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 build :
22- if : github.ref == 'refs/heads/master ' || inputs.dangerous-nonmaster-release
22+ if : github.ref == 'refs/heads/main ' || inputs.dangerous-nonmaster-release
2323 runs-on : ubuntu-latest
2424
2525 outputs :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ extended_tests:
4242PYTHON_FILES =.
4343MYPY_CACHE =.mypy_cache
4444lint format : PYTHON_FILES=.
45- lint_diff format_diff : PYTHON_FILES=$(shell git diff --relative=libs/community --name-only --diff-filter=d master | grep -E '\.py$$|\.ipynb$$')
45+ lint_diff format_diff : PYTHON_FILES=$(shell git diff --relative=libs/community --name-only --diff-filter=d main | grep -E '\.py$$|\.ipynb$$')
4646lint_package : PYTHON_FILES=langchain_community
4747lint_tests : PYTHON_FILES=tests
4848lint_tests : MYPY_CACHE=.mypy_cache_test
You can’t perform that action at this time.
0 commit comments