Skip to content

Commit c9556e1

Browse files
committed
[ci skip]
1 parent 65e1282 commit c9556e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/building-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-16.04, macos-10.15, windows-latest]
13+
# os: [ubuntu-16.04, macos-10.15, windows-latest]
14+
os: [macos-10.15]
1415
python-version: [3.6, 3.7, 3.8, 3.9]
1516
torch-version: [1.8.0, 1.9.0]
1617
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']

conda/pytorch-scatter/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export CUDA_VERSION=$3
77
export CONDA_PYTORCH_CONSTRAINT="pytorch==${TORCH_VERSION%.*}.*"
88

99
if [ "${CUDA_VERSION}" = "cpu" ]; then
10-
export CONDA_CUDATOOLKIT_CONSTRAINT="cpuonly"
10+
export CONDA_CUDATOOLKIT_CONSTRAINT="cpuonly # [not osx]"
1111
else
1212
case $CUDA_VERSION in
1313
cu111)

0 commit comments

Comments
 (0)