Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 15, 2024
1 parent 0d66081 commit a86cc97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-14, windows-2019]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9']
torch-version: [2.4.0] # [2.3.0, 2.4.0]
cuda-version: ['cpu', 'cu118', 'cu121', 'cu124']
exclude:
Expand All @@ -36,7 +37,7 @@ jobs:
pip install --upgrade setuptools
- name: Install scipy
if: ${{ matrix.python-version == '3.8' }}
if: ${{ (matrix.python-version == '3.8') || (matrix.python-version == '3.9') }}
run: |
pip install scipy==1.10.1
Expand Down

0 comments on commit a86cc97

Please sign in to comment.