Skip to content

Bump transformers from 4.5.1 to 4.36.0 in /notebooks/inserting-embeddings-from-multiple-models-into-singlestore-using-external-functions #255

Bump transformers from 4.5.1 to 4.36.0 in /notebooks/inserting-embeddings-from-multiple-models-into-singlestore-using-external-functions

Bump transformers from 4.5.1 to 4.36.0 in /notebooks/inserting-embeddings-from-multiple-models-into-singlestore-using-external-functions #255

Workflow file for this run

name: pre-commit checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit==3.3
- name: Analysing the code with pre-commit checks
run: |
pre-commit run --all-files