Skip to content

Bump langchain from 0.0.27 to 0.3.7 in /ch6/requirements #130

Bump langchain from 0.0.27 to 0.3.7 in /ch6/requirements

Bump langchain from 0.0.27 to 0.3.7 in /ch6/requirements #130

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions

Check failure on line 1 in .github/workflows/python-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-package.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v3
# with:
# python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install flake8 pytest poetry
# poetry install
# - name: Test with pytest
# run: |
# # poetry run pytest