Commit df0ee308 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent ff8eac25
...@@ -31,6 +31,8 @@ jobs: ...@@ -31,6 +31,8 @@ jobs:
# There is a weird `glibc=2.27` bug going on for this combination: # There is a weird `glibc=2.27` bug going on for this combination:
- os: ubuntu-18.04 - os: ubuntu-18.04
python-version: '3.10' python-version: '3.10'
- os: ubuntu-18.04
cuda-version: 'cu115'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
...@@ -28,6 +28,10 @@ jobs: ...@@ -28,6 +28,10 @@ jobs:
cuda-version: 'cu113' cuda-version: 'cu113'
- os: macos-10.15 - os: macos-10.15
cuda-version: 'cu115' cuda-version: 'cu115'
# There is a weird bug going on for this combination:
- os: windows-2019
python-version: '3.7'
cuda-version: 'cu115'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment