diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e733f..f62fb91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install torch --index-url https://download.pytorch.org/whl/cpu - pip install numpy pandas scikit-learn + pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu pip install -r requirements-dev.txt - name: Ruff (tests only)