Skip to content

⬆️ Bump langchain from 0.0.314 to 0.0.317 #44

⬆️ Bump langchain from 0.0.314 to 0.0.317

⬆️ Bump langchain from 0.0.314 to 0.0.317 #44

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10.13'
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest