Skip to content

fix: Support scikit-learn 1.9 in ZeroShotClassification #6462

fix: Support scikit-learn 1.9 in ZeroShotClassification

fix: Support scikit-learn 1.9 in ZeroShotClassification #6462

name: Leaderboard Build Tests
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
leaderboard:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8.2.0
with:
enable-cache: true
python-version: '3.10'
- name: Run leaderboard build test
run: |
make leaderboard-build-test