diff --git a/.github/workflows/_test_langgraph.yml b/.github/workflows/_test_langgraph.yml index c9d1035b8..ba1cbd08e 100644 --- a/.github/workflows/_test_langgraph.yml +++ b/.github/workflows/_test_langgraph.yml @@ -17,16 +17,11 @@ jobs: - "3.11" - "3.12" - "3.13" - core-version: - - "latest" - include: - - python-version: "3.11" - core-version: ">=0.2.42,<0.3.0" defaults: run: working-directory: libs/langgraph - name: "test #${{ matrix.python-version }} (langchain-core: ${{ matrix.core-version }}, ff-send-v2: ${{ matrix.ff-send-v2 }})" + name: "test #${{ matrix.python-version }}" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} + Poetry ${{ env.POETRY_VERSION }} @@ -46,9 +41,6 @@ jobs: shell: bash run: | poetry install --with dev - if [ "${{ matrix.core-version }}" != "latest" ]; then - poetry run pip install "langchain-core${{ matrix.core-version }}" - fi - name: Run tests shell: bash