Skip to content

Commit 2f78d74

Browse files
authored
Merge pull request #838 from pytorch/malfet/test-conda-install-on-win-and-mac
Test conda install instructions on Mac
2 parents 1060a9b + e56e2f8 commit 2f78d74

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ on:
33
push:
44
branches:
55
- site
6+
paths:
7+
- assets/quick-start-module.js
8+
- _includes/quick-start-module.js
9+
- published_versions.json
10+
- scripts/**
11+
- .github/**
612
pull_request:
713
paths:
814
- assets/quick-start-module.js
915
- _includes/quick-start-module.js
1016
- published_versions.json
17+
- scripts/**
18+
- .github/**
1119

1220
jobs:
1321
check-regen:
@@ -26,6 +34,7 @@ jobs:
2634
CHANGES=$(git status --porcelain "assets/quick-start-module.js")
2735
echo "$CHANGES"
2836
[ -z "$CHANGES" ]
37+
2938
libtorch-downloadable:
3039
runs-on: ubuntu-18.04
3140
steps:
@@ -72,7 +81,7 @@ jobs:
7281
rel_type: [ "latest_stable" ]
7382
acc_type: [ "cuda11.1", "cuda10.2", "accnone" ]
7483
py_vers: [ "3.7", "3.8", "3.9" ]
75-
os: ["ubuntu-18.04"]
84+
os: ["ubuntu-18.04", "macos-latest"]
7685
env:
7786
TEST_ACC: ${{ matrix.acc_type }}
7887
TEST_VER: ${{ matrix.rel_type }}

0 commit comments

Comments
 (0)