File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44name : ci-manifest
55
66on :
7- pull_request :
8- branches :
9- - " *"
7+ # pull_request:
8+ # branches:
9+ # - "*"
1010
1111 push :
1212 branches-ignore :
Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ jobs:
3535 fail-fast : false
3636 matrix :
3737 os : ["ubuntu-latest"]
38- python-version : ["3.11"]
39- session : ["doctest", "gallery", "linkcheck"]
38+ # python-version: ["3.11"]
39+ # session: ["doctest", "gallery", "linkcheck"]
4040 include :
4141 - os : " ubuntu-latest"
4242 python-version : " 3.11"
4343 session : " tests"
4444 coverage : " --coverage"
45- - os : " ubuntu-latest"
46- python-version : " 3.10"
47- session : " tests"
48- - os : " ubuntu-latest"
49- python-version : " 3.9"
50- session : " tests"
45+ # - os: "ubuntu-latest"
46+ # python-version: "3.10"
47+ # session: "tests"
48+ # - os: "ubuntu-latest"
49+ # python-version: "3.9"
50+ # session: "tests"
5151
5252 env :
5353 IRIS_TEST_DATA_VERSION : " 2.21"
Original file line number Diff line number Diff line change 99name : ci-wheels
1010
1111on :
12- pull_request :
12+ # pull_request:
1313
1414 push :
1515 tags :
You can’t perform that action at this time.
0 commit comments