mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 00:52:25 +02:00
min deps for all
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
uv sync --frozen --all-extras --resolution lowest-direct
|
||||
uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
make test
|
||||
|
||||
- name: Ensure the tests did not create any additional files
|
||||
|
||||
@@ -42,6 +42,12 @@ jobs:
|
||||
shell: bash
|
||||
run: make test_parallel
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
make test_parallel
|
||||
|
||||
- name: Ensure the tests did not create any additional files
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
@@ -39,6 +39,12 @@ jobs:
|
||||
shell: bash
|
||||
run: make test
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
make test
|
||||
|
||||
- name: Ensure the tests did not create any additional files
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user