Skip to content

fix: update e5 instruct training data (#2129) #6512

fix: update e5 instruct training data (#2129)

fix: update e5 instruct training data (#2129) #6512

Workflow file for this run

# GitHub action to run linting
name: run-linting
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: make install
- name: Lint
id: lint
run: |
make lint-check