Skip to content

add transformers 5.0 to CI #52

add transformers 5.0 to CI

add transformers 5.0 to CI #52

Workflow file for this run

name: Pyrefly
on:
push:
branches: [ main ]
pull_request:
jobs:
pyrefly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"
- name: Install dependencies
run: |
pip install pyrefly
pip install -r requirements.txt
pip install transformers pandas matplotlib openpyxl onnx-array-api
- name: Run pyrefly
run: pyrefly check