Skip to content

Commit 649b69f

Browse files
committed
Run network on slow and a db build
1 parent 5c12d12 commit 649b69f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/database.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
PYTEST_WORKERS: "auto"
1717
PANDAS_CI: 1
18-
PATTERN: ((not slow and not network and not clipboard) or (single and db))
18+
PATTERN: ((not slow and not clipboard) or (single and db))
1919
COVERAGE: true
2020

2121
jobs:

.github/workflows/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
[actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
2929
[actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
3030
[actions-38.yaml, "not slow and not clipboard", "", "", "", "", ""],
31-
[actions-38-slow.yaml, "slow", "", "", "", "", ""],
31+
[actions-38-slow.yaml, "slow and network", "", "", "", "", ""],
3232
[actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
3333
[actions-39-slow.yaml, "slow", "", "", "", "", ""],
3434
[actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],

0 commit comments

Comments
 (0)