Skip to content

Commit ebfda90

Browse files
lesteveweb-flow
andauthored
CI Install PyTorch from conda-forge channel rather than pytorch (#30497)
Co-authored-by: scikit-learn-bot <noreply@github.com>
1 parent a087266 commit ebfda90

File tree

4 files changed

+44
-65
lines changed

4 files changed

+44
-65
lines changed

.github/workflows/cuda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
conda activate sklearn
7272
python -c "import sklearn; sklearn.show_versions()"
7373
74-
SCIPY_ARRAY_API=1 pytest --pyargs sklearn -k 'array_api'
74+
SCIPY_ARRAY_API=1 pytest --pyargs sklearn -k 'array_api' -v
7575
# Run in /home/runner to not load sklearn from the checkout repo
7676
working-directory: /home/runner

0 commit comments

Comments
 (0)