Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 26, 2021
1 parent e7d3b86 commit b6c3d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04] #, macos-10.15, windows-latest]
python-version: [3.6 #], 3.7, 3.8, 3.9]
python-version: [3.6] #, 3.7, 3.8, 3.9]
torch-version: [1.8.0] #, 1.9.0]
cuda-version: ['cpu'] #, 'cu101', 'cu102', 'cu111']
exclude:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build Conda package
run: |
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
./conda/pytorch-geometric/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell:
bash -l {0}

Expand Down

0 comments on commit b6c3d58

Please sign in to comment.