Skip to content

Commit 77eba55

Browse files
committed
Temp test disable.
1 parent a1005a5 commit 77eba55

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci-manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: ci-manifest
55

66
on:
7-
pull_request:
8-
branches:
9-
- "*"
7+
# pull_request:
8+
# branches:
9+
# - "*"
1010

1111
push:
1212
branches-ignore:

.github/workflows/ci-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: ci-wheels
1010

1111
on:
12-
pull_request:
12+
# pull_request:
1313

1414
push:
1515
tags:

0 commit comments

Comments
 (0)