exclude torchvission from nightly

This commit is contained in:
rasbt
2026-04-04 12:17:50 -05:00
parent 7489500d90
commit fd11713ed9

View File

@@ -34,7 +34,7 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --dev # tests for backwards compatibility
uv add pytest-ruff nbval
uv pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
uv pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
- name: Test Selected Python Scripts
run: |