Skip to content

Commit

Permalink
Workflow for all permutation building test (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Oct 13, 2023
1 parent aadf3e9 commit 9adf486
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019]
python-version: ['3.7']
torch-version: [1.11.0]
cuda-version: ['cu113']
# os: [ubuntu-20.04, windows-2019]
# # support version based on: https://download.pytorch.org/whl/torch/
# python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
# torch-version: [1.11.0, 1.12.0, 1.13.0, 2.0.0]
# cuda-version: ['cu113', 'cu115', 'cu116', 'cu117', 'cu118']
# os: [windows-2019]
# python-version: ['3.7']
# torch-version: [1.11.0]
# cuda-version: ['cu113']
os: [ubuntu-20.04, windows-2019]
# support version based on: https://download.pytorch.org/whl/torch/
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
torch-version: [1.11.0, 1.12.0, 1.13.0, 2.0.0]
cuda-version: ['cu113', 'cu115', 'cu116', 'cu117', 'cu118']
exclude:
- torch-version: 1.11.0
python-version: '3.11'
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
pip install *.whl
python -c "import gsplat; print('gsplat:', gsplat.__version__)"
cd ..
shell: bash # `ls -lah` does not exist in windows powershell
shell: bash # `ls -lah` does not exist in windows powershell

0 comments on commit 9adf486

Please sign in to comment.