mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
more tinkering
This commit is contained in:
@@ -46,11 +46,14 @@ jobs:
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: make test
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
- name: Install min version of deps
|
||||
shell: bash
|
||||
run: uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
|
||||
- name: Run tests with min version of deps
|
||||
shell: bash
|
||||
run: make test
|
||||
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
|
||||
|
||||
@@ -42,11 +42,14 @@ jobs:
|
||||
shell: bash
|
||||
run: make test_parallel
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
- name: Install min version of deps
|
||||
shell: bash
|
||||
run: uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
|
||||
- name: Run tests with min version of deps
|
||||
shell: bash
|
||||
run: make test
|
||||
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
|
||||
|
||||
@@ -39,11 +39,14 @@ jobs:
|
||||
shell: bash
|
||||
run: make test
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
- name: Install min version of deps
|
||||
shell: bash
|
||||
run: uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
|
||||
|
||||
- name: Run tests with min version of deps
|
||||
shell: bash
|
||||
run: make test
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user