Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

yahoo finance key word addition to read me file for better search experience in llamahub #2331

yahoo finance key word addition to read me file for better search experience in llamahub

yahoo finance key word addition to read me file for better search experience in llamahub #2331

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
# You can use PyPy versions in python-version.
# For example, pypy-2.7 and pypy-3.8
matrix:
python-version: ["3.9", "3.8"]
poetry-version: [1.5.1]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install deps
run: |
poetry install
poetry run pip install -r test_requirements.txt
- name: Run testing
run: poetry run pytest tests