Skip to content

feat: Implement keyword-based routing fallback and enhance error hand… #67

feat: Implement keyword-based routing fallback and enhance error hand…

feat: Implement keyword-based routing fallback and enhance error hand… #67

Workflow file for this run

name: Run Pytest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
- name: Run Pytest
env:
JUPYTER_PLATFORM_DIRS: "1"
run: |
pytest