Skip to content

Commit 806031a

Browse files
authored
Test conda install insns on Win and Mac
1 parent 1060a9b commit 806031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
rel_type: [ "latest_stable" ]
7373
acc_type: [ "cuda11.1", "cuda10.2", "accnone" ]
7474
py_vers: [ "3.7", "3.8", "3.9" ]
75-
os: ["ubuntu-18.04"]
75+
os: ["ubuntu-18.04", "macos-latest", "windows-latest"]
7676
env:
7777
TEST_ACC: ${{ matrix.acc_type }}
7878
TEST_VER: ${{ matrix.rel_type }}

0 commit comments

Comments
 (0)