Skip to content

Commit 03a27b0

Browse files
Update
1 parent f1bd41b commit 03a27b0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,8 @@ jobs:
3838
strategy:
3939
matrix:
4040
cuda_version: ["11.8.0", "12.8.1"]
41-
include:
42-
- os: ubuntu-22.04
43-
arch: x86_64
44-
- os: windows-2025
45-
arch: x86_64
46-
41+
os: [ubuntu-22.04, windows-2025]
42+
arch: [x86_64]
4743
runs-on: ${{ matrix.os }}
4844

4945
steps:
@@ -57,6 +53,7 @@ jobs:
5753
cuda: ${{ matrix.cuda_version }}
5854
method: "network"
5955
sub-packages: '["nvcc","cudart","cusparse","cublas","thrust","nvrtc_dev","cublas_dev","cusparse_dev"]'
56+
use-github-cache: false
6057

6158
- name: Setup MSVC
6259
if: startsWith(matrix.os, 'windows')
@@ -91,6 +88,7 @@ jobs:
9188
BNB_TEST_DEVICE: cpu
9289
steps:
9390
- name: Show CPU Information
91+
shell: bash
9492
run: |
9593
if [[ $RUNNER_OS == 'Linux' ]]; then
9694
lscpu

0 commit comments

Comments
 (0)