Skip to content

add error for searchable attrs atm, waiting for Marqo support #10

add error for searchable attrs atm, waiting for Marqo support

add error for searchable attrs atm, waiting for Marqo support #10

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest
pip install .
- name: Run tests
run: pytest