Skip to content

refactor: Rework legacy filters embedding tests and remove numpy dependency #2125

refactor: Rework legacy filters embedding tests and remove numpy dependency

refactor: Rework legacy filters embedding tests and remove numpy dependency #2125

Workflow file for this run

# If you change this name also do it in linting.yml and ci_metrics.yml
name: Linting
on:
pull_request:
paths-ignore:
- "**.py"
- "**/pyproject.toml"
- "!haystack/preview/**/*.py"
- "!test/preview/**/*.py"
- "!e2e/preview/**/*.py"
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Skip mypy
run: echo "Skipped mypy"
pylint:
runs-on: ubuntu-latest
steps:
- name: Skip pylint
run: echo "Skipped pylint"