Skip to content

Add LoRA support for Cosmos Predict 2.5 and fix pipeline to match official Cosmos repo #28886

Add LoRA support for Cosmos Predict 2.5 and fix pipeline to match official Cosmos repo

Add LoRA support for Cosmos Predict 2.5 and fix pipeline to match official Cosmos repo #28886

name: Run dependency tests
on:
pull_request:
branches:
- main
paths:
- "src/diffusers/**.py"
- "tests/**.py"
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check_dependencies:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install -e .
pip install pytest
- name: Check for soft dependencies
run: |
pytest tests/others/test_dependencies.py